Skip to content

table fixed column处于排序状态时,背景透明导致其他列内容被看到 #21546

Closed
@w91

Description

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

Reproduction link

Edit on CodeSandbox

Steps to reproduce

1.点击Chines Score,使该列处于可排序状态
2.横向滚动表格内容,使Math Score内容处于固定列Chinese Score的背后
image

What is expected?

Math Score内容被固定列遮挡

What is actually happening?

td.ant-table-column-sort {
    background: rgba(0, 0, 0, 0.01);
}

这段代码导致fixed column背景透出,Math Score内容被看到

Environment Info
antd 4.0.0-rc.5
React 16.12.0
System macos 10.14.6
Browser 80.0.3987.106

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions