lifanagju_citu 1 سال پیش
والد
کامیت
9a9b63541d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/views/resume/components/educationExp.vue

+ 1 - 1
src/views/resume/components/educationExp.vue

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