Browse Source

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

pull/39930/head
kiner-tang(文辉) 2 years ago
committed by yoyo837
parent
commit
5de9fd7909
  1. 2
      components/table/style/selection.tsx

2
components/table/style/selection.tsx

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

Loading…
Cancel
Save