NaiveSteven / ideaz-element

基于element-plus,支持Vue3.x的中后台业务组件库(Based on element-plus, it supports the middle and back office service component library of Vue3.x)
https://naivesteven.github.io/ideaz-element/
MIT License
147 stars 12 forks source link

有没有交流解答群 #156

Closed checkchen6 closed 1 week ago

checkchen6 commented 1 month ago

有没有交流解答群

checkchen6 commented 1 month ago

const formConfig = ref({ columns: [ { component: 'input', field: 'name', label: '姓名2222222222222', labelWidth: '200px', required: true, }, 这里的labelWidth属性不生效

NaiveSteven commented 1 month ago

labelWidth目前暂不支持直接和label同一层级,您可以先放到formItemProps对象中,我后续会兼容