style(接口测试): 兼容英文模式下导入页面标题样式显示调整
This commit is contained in:
parent
410fc83d88
commit
136276f6da
|
@ -18,7 +18,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<el-form :model="formData" :rules="rules" label-width="100px" v-loading="result.loading" ref="form">
|
||||
<el-form :model="formData" :rules="rules" label-width="105px" v-loading="result.loading" ref="form">
|
||||
<el-row>
|
||||
<el-col :span="11">
|
||||
<el-form-item :label="$t('commons.import_module')">
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<el-form :model="formData" :rules="rules" label-width="100px" v-loading="result.loading" ref="form">
|
||||
<el-form :model="formData" :rules="rules" label-width="105px" v-loading="result.loading" ref="form">
|
||||
<el-row>
|
||||
<el-col :span="isSwagger2 && authEnable && swaggerUrlEnable ? 8: 11">
|
||||
<el-form-item :label="$t('commons.import_module')" prop="moduleId">
|
||||
|
|
Loading…
Reference in New Issue