Browse Source

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

pull/39945/head
kiner-tang(文辉) 2 years ago
committed by GitHub
parent
commit
a1a7ef933a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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