-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
3.2.20
Environment
chrome 版本 113.0.5672.126(正式版本) (x86_64), vue@3.2.33
Reproduction link
https://vuecomponent.github.io/issue-helper/
Steps to reproduce
- 因为在window上,没有滚动条的也出现了滚动条的占位
- 所以我们在项目中,设置了这个属性,固定最后一列到最右边
.ant-table-body {
overflow-y: auto!important;
}- 这个时候发现这里有一个错位
What is expected?
不存在错位,可以取消表头的这个td的显示
What is actually happening?
表头和内容存在错位