소스 검색

项目档案-弹窗高度 修改

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>