ant-design-vue icon indicating copy to clipboard operation
ant-design-vue copied to clipboard

table无限宽度

Open WB967 opened this issue 1 year ago • 0 comments
trafficstars

  • [ ] I have searched the issues of this repository and believe that this is not a duplicate.

Version

3.2.20

Environment

vue3.3.4

Reproduction link

https://www.antdv.com/components/table-cn

Steps to reproduce

What is expected?

What is actually happening?

页面(modal框,有固定宽度)使用grid布局,一列固定,一列自适应。非grid下列表显示正常。 在win 11 的chrome中显示正常,在mac的chrome中列表会无限变宽。 不知道为什么会造成这个现象。

目前解决方法: 1、 方法再此,由于是调用未暴露字段,所以不推荐。 2、grid不使用1fr/auto,改为固定值或calc计算的。

WB967 avatar Sep 26 '24 06:09 WB967