Xiao_123 7 hónapja
szülő
commit
ca7f2f0e9d

+ 3 - 3
src/views/recruit/personal/PersonalCenter/resume/online/components/jobIntention.vue

@@ -139,8 +139,9 @@ const items = ref({
       type: 'number',
       key: 'payFrom',
       value: '',
-      col: 4,
+      col: 6,
       label: '最低薪资 *',
+      flexStyle: 'mr-3',
       suffix: '元',
       rules: [
         value => {
@@ -162,9 +163,8 @@ const items = ref({
       type: 'number',
       key: 'payTo',
       value: '',
-      col: 4,
+      col: 6,
       label: '最高薪资 *',
-      flexStyle: 'mx-3',
       suffix: '元',
       rules: [
         value => {