-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
2.0.0-rc.7
Environment
vue:1.1.10
Reproduction link
Steps to reproduce
表格的scroll当横向滚动的时候,表头和内容错位。
看样式人家正确的样式是 : 滚动的时候,class="ant-table ant-table-fixed-header ant-table-default ant-table-bordered ant-table-scroll-position-middle"
ant-table-scroll-position-middle这个滚动的时候依次是position-left,position-middle, position-right。
而我写的是,滚动的时候的类是:class="ant-table ant-table-fixed-header ant-table-default ant-table-bordered ant-table-scroll-position-left ant-table-scroll-position-right" 一直是ant-table-scroll-position-left,ant-table-scroll-position-right
What is expected?
期望滚动不会错位
What is actually happening?
滚动错位
希望予以回答和帮助,谢谢