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 yoyo837
parent 401ef66111
commit 5de9fd7909

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`]: {