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