Browse Source

项目档案-新增-弹窗高度修改

jingbb 4 months ago
parent
commit
a0d6c9e76f

+ 1 - 1
src/views/baseCode/ProjectArchive/components/BaseProjectArchiveModal.vue

@@ -1,5 +1,5 @@
 <template>
 <template>
-  <BasicModal v-bind="$attrs" @register="registerModal" destroyOnClose :title="title" :width="800" @ok="handleSubmit">
+  <BasicModal v-bind="$attrs" @register="registerModal" destroyOnClose :title="title" :width="800" @ok="handleSubmit" :height="500">
       <BasicForm @register="registerForm" name="BaseProjectArchiveForm" />
       <BasicForm @register="registerForm" name="BaseProjectArchiveForm" />
   </BasicModal>
   </BasicModal>
 </template>
 </template>