@@ -191,7 +191,7 @@ const items = ref([
// 左侧加mr
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({