mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 19:42:54 +08:00
fix: solve selection column cover by other cell when fixed (#39940)
This commit is contained in:
parent
06e0b35b6e
commit
a1a7ef933a
@ -37,7 +37,7 @@ const genSelectionStyle: GenerateStyle<TableToken, CSSObject> = (token) => {
|
|||||||
},
|
},
|
||||||
|
|
||||||
[`table tr th${componentCls}-selection-column${componentCls}-cell-fix-left`]: {
|
[`table tr th${componentCls}-selection-column${componentCls}-cell-fix-left`]: {
|
||||||
zIndex: token.zIndexTableFixed,
|
zIndex: token.zIndexTableFixed + 1,
|
||||||
},
|
},
|
||||||
|
|
||||||
[`table tr th${componentCls}-selection-column::after`]: {
|
[`table tr th${componentCls}-selection-column::after`]: {
|
||||||
|
Loading…
Reference in New Issue
Block a user