Explorar el Código

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

Xiao_123 hace 7 meses
padre
commit
06c7b9624a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/recruit/components/message/index.vue

+ 1 - 1
src/views/recruit/components/message/index.vue

@@ -144,7 +144,7 @@
   </CtDialog>
 
   <!-- 面试邀请 -->
-  <CtDialog :visible="showInvite" :widthType="2" titleClass="text-h6" title="邀请面试" @close="showInvite = false" @submit="handleSubmit">
+  <CtDialog :visible="showInvite" :widthType="4" titleClass="text-h6" title="邀请面试" @close="showInvite = false" @submit="handleSubmit">
     <InvitePage v-if="showInvite" ref="inviteRef" :item-data="itemData" :position="positionList"></InvitePage>
   </CtDialog>