解决Ant Design of Vue中table组件使用了:scroll="{ x: true }"在Safari浏览器中width失效的问题

// 在columns中使用customHeaderCell设置style
{
  title: '设置customHeaderCell',
  dataIndex: 'id',
  width: 100,
  customHeaderCell: () => ({ style: { 'min-width': '100px' }})
}

目前只想到了这一种解决方式,不知道有没有大佬知道其他方法,可留言分享,谢谢🙏

posted on 2024-05-30 15:50  写最骚的代码  阅读(44)  评论(0编辑  收藏  举报