弹框宽度改为固定宽
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
v-model="dialogVisible"
|
||||
:title="title"
|
||||
draggable
|
||||
:style="{ width: activeFormIndex == 0 || activeFormIndex == 1 ? '500px' : '85%' }"
|
||||
:style="{ width: activeFormIndex == 0 || activeFormIndex == 1 ? '500px' : '1300px' }"
|
||||
>
|
||||
<el-form
|
||||
:model="form"
|
||||
|
||||
Reference in New Issue
Block a user