瀏覽代碼

项目档案-弹窗高度 修改

jingbb 3 月之前
父節點
當前提交
bc07a9cff8
共有 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" :height="500">
+  <BasicModal v-bind="$attrs" @register="registerModal" destroyOnClose :title="title" :width="800" @ok="handleSubmit" :height="380">
       <BasicForm @register="registerForm" name="BaseProjectArchiveForm" />
   </BasicModal>
 </template>