Sfoglia il codice sorgente

船舶档案-关联客户-增加弹窗高度

jingbb 4 mesi fa
parent
commit
850762dd42

+ 1 - 1
src/views/baseCode/ShipArchive/components/BaseShipArchiveRelateCustomerModal.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" :height="310" @ok="handleSubmit">
       <BasicForm @register="registerForm" name="BaseShipArchiveRelateCustomerForm" />
       
        <!-- 子表单区域 -->