- [x] I have searched the [issues](https://github.com/vueComponent/ant-design-vue/issues) of this repository and believe that this is not a duplicate. ### What problem does this feature solve? 目前,表格字段都设置宽度后会等比放大,很不好看 ### What does the proposed API look like? ``` { title: 'shopName', key: '卖场名', dataIndex: 'shopName', minWidth: 210, //让此属性在resizable:false时,设置<colgroup style="min-width:210;" /> }, ``` <!-- generated by issue-helper. DO NOT REMOVE -->