瀏覽代碼

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

jingbb 4 月之前
父節點
當前提交
a0d6c9e76f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/baseCode/ProjectArchive/components/BaseProjectArchiveModal.vue

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

@@ -1,5 +1,5 @@
 <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" />
   </BasicModal>
 </template>