-
-
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.
What problem does this feature solve?
可以看官方demo
What does the proposed API look like?
table组件style index.less
&-fixed-header &-scroll &-header {
overflow: scroll;
padding-bottom: 20px;
//滚动条隐藏
margin-bottom: -20px;
// 固定列时,表头和表身无法对齐
// margin-right: -20px;
// Workaround for additional scroll bar on the table header
// ant-design/ant-design#6515 (comment)
opacity: 0.9999;
}