pro-components icon indicating copy to clipboard operation
pro-components copied to clipboard

👑 [需求] SchemaForm表单最使用了与 table 的相同的表单定义,对于width无法区分?

Open seap opened this issue 3 years ago • 0 comments
trafficstars

🔩 所属模块或组件

Schema Form 使用的schema属性中如何区分width属性,是form和table应该都有各自的width const schema = [ { title: 'ID', dataIndex: 'id', width: 200, columnWidth: 180, hideInForm: true, } ]

🥰 需求描述

增加columnWidth

seap avatar Sep 07 '22 07:09 seap