Skip to content

table 表头分组, 表头和表身内容最后一列无法对齐 #1407

@roland-luo

Description

@roland-luo
  • 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;
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions