fix: solve selection column cover by other cell when fixed (#39940)

This commit is contained in:
kiner-tang(文辉) 2022-12-31 19:38:47 +08:00 committed by GitHub
parent 06e0b35b6e
commit a1a7ef933a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ const genSelectionStyle: GenerateStyle<TableToken, CSSObject> = (token) => {
},
[`table tr th${componentCls}-selection-column${componentCls}-cell-fix-left`]: {
zIndex: token.zIndexTableFixed,
zIndex: token.zIndexTableFixed + 1,
},
[`table tr th${componentCls}-selection-column::after`]: {