pro-components
pro-components copied to clipboard
👑 [需求] SchemaForm表单最使用了与 table 的相同的表单定义,对于width无法区分?
trafficstars
🔩 所属模块或组件
Schema Form 使用的schema属性中如何区分width属性,是form和table应该都有各自的width
const schema = [ { title: 'ID', dataIndex: 'id', width: 200, columnWidth: 180, hideInForm: true, } ]
🥰 需求描述
增加columnWidth