浏览代码

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

Xiao_123 1 年之前
父节点
当前提交
cc48c0c9de
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/views/resume/components/educationExp.vue

+ 5 - 0
src/views/resume/components/educationExp.vue

@@ -189,6 +189,11 @@ const items = ref([
   },
 ])
 
+// 左侧加mr
+formItems.value.options.forEach((_e, index) => {
+  if ((index + 2) % 2 === 0 && !(!_e.col || _e.col >= 12)) _e.flexStyle = 'mr-3'
+})
+
 // const items = ref({
 //   options: []
 // })