Xiao_123 7 kuukautta sitten
vanhempi
commit
be92a50e41

+ 1 - 1
src/views/recruit/enterprise/interviewManagement/components/invite.vue

@@ -1,5 +1,5 @@
 <template>
-  <CtForm ref="CtFormRef" :items="formItems" style="height: 420px;">
+  <CtForm ref="CtFormRef" :items="formItems" style="height: 500px;">
     <template #time="{ item }">
       <VueDatePicker 
         v-model="item.value"

+ 1 - 1
src/views/recruit/enterprise/personnelManagement/components/invite.vue

@@ -1,5 +1,5 @@
 <template>
-  <CtForm ref="CtFormRef" :items="formItems" style="height: 420px;">
+  <CtForm ref="CtFormRef" :items="formItems" style="height: 500px;">
     <template #time="{ item }">
       <VueDatePicker 
         v-model="item.value"

+ 1 - 1
src/views/recruit/enterprise/resume/components/invite.vue

@@ -1,5 +1,5 @@
 <template>
-  <CtForm ref="CtFormRef" :items="formItems">
+  <CtForm ref="CtFormRef" :items="formItems" style="height: 500px;">
     <template #time="{ item }">
       <VueDatePicker 
         v-model="item.value"

+ 1 - 1
src/views/recruit/enterprise/resume/components/public.vue

@@ -1,5 +1,5 @@
 <template>
-  <CtForm ref="CtFormRef" :items="formItems">
+  <CtForm ref="CtFormRef" :items="formItems" style="height: 500px;">
     <template #time="{ item }">
       <VueDatePicker 
         v-model="item.value"