修改 弹框样式

This commit is contained in:
GGJ
2024-09-30 15:37:33 +08:00
parent d59ee50549
commit e67438cc76
15 changed files with 127 additions and 141 deletions

View File

@@ -73,9 +73,9 @@
:close-on-click-modal="false"
:before-close="resetForm"
draggable
width="40%"
width="800px"
>
<el-form :model="form" label-width="120px" :rules="rules" ref="ruleFormRef" class="form-two">
<el-form :model="form" label-width="auto" :rules="rules" ref="ruleFormRef" class="form-two">
<el-form-item label="设备名称:" prop="name">
<el-input
v-model="form.name"