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