arco-design-vue
arco-design-vue copied to clipboard
min-width 有bug啊,arco和antd没一个做的好的,学习一下element ui的吧
- [ ] I'm sure this does not appear in the issue list of the repository
Basic Info
- Package Name And Version: @arco-design/[email protected]
- Browser: chrome127.0.0.0
What is expected?
{ dataIndex: 'appKey', slotName: 'appKey', title: 'AppKey', minWidth: 100, ellipsis: true, tooltip: true, }, { dataIndex: 'name', slotName: 'name', title: '应用名', minWidth: 100, ellipsis: true, tooltip: true, }, { dataIndex: 'domain', slotName: 'domain', title: '应用域名1', minWidth: 10, ellipsis: true, tooltip: true, }, { dataIndex: 'description', slotName: 'description', title: '描述', minWidth: 100, ellipsis: true, tooltip: true, }, 列宽有问题,根本和设置的不一样