Explorar el Código

Merge branch 'dev' of https://git.citupro.com/zhengnaiwen_citu/menduner into dev

zhengnaiwen_citu hace 6 meses
padre
commit
049053cb24

+ 1 - 1
src/components/CtDialog/index.vue

@@ -116,7 +116,7 @@ watch(() => props.visible, (newVal) => {
 })
 
 const dialogWidth = computed(() => {
-  const arr = ['900px', '1200px', '400px', '600px', '500px']
+  const arr = ['900px', '1200px', '400px', '600px', '500px', '96%']
   return arr[+props.widthType]
 })
 const handleClose = () => {

+ 1 - 1
src/views/recruit/entRegister/register.vue

@@ -62,7 +62,7 @@
 
     <Loading :visible="loading"></Loading>
     
-    <CtDialog :visible="showContactList" title="添加联系人" :footer="true" widthType="3" @close="showContactList = false" @submit="contactSubmit">
+    <CtDialog :visible="showContactList" title="添加联系人" :footer="true" :widthType="isMobile ? 5 : 3" @close="showContactList = false" @submit="contactSubmit">
       <div style="min-height: 50vh;">
         <div>
           <div v-for="(item, index) in contactCopy" :key="index" class="contactItemCard">