Browse Source
fix: solve selection column cover by other cell when fixed (#39940)
pull/39945/head
kiner-tang(文辉)
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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`]: { |
|
|
|