style: 原始数据集表单的输入框和下拉框宽度统一

main
wu.jian2 2 years ago
parent dbd466ade7
commit 6421c6f1a7

@ -158,7 +158,7 @@
<el-input
v-model="dataForm.config.url"
autocomplete="off"
class="bs-el-input"
class="bs-el-input bs-el-input-url"
placeholder="请输入请求地址"
clearable
/>
@ -1435,4 +1435,12 @@ export default {
background: #fff !important;
border-radius: 10px;
}
::v-deep .el-input__inner{
width: 230px !important;
}
.bs-el-input-url{
::v-deep .el-input__inner{
width:600px !important;
}
}
</style>

@ -1104,7 +1104,11 @@ export default {
::v-deep .el-loading-spinner{
top: 75%;
}
.bs-el-select{
width: 100% !important;
}
::v-deep .el-input__inner{
width: 230px !important;
width: 100% !important;
}
</style>

Loading…
Cancel
Save