소스 검색

左侧加mr

lifanagju_citu 1 년 전
부모
커밋
e55354972b
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.flexStyle = 'mr-3'
+})
+
 // const items = ref({
 //   options: []
 // })