- [ ] 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? columns = [ { title: '项目描述', dataIndex: 'projectDesc', maxWidth: '400px', minWidth: '100px', } ] <!-- generated by issue-helper. DO NOT REMOVE -->