fix(components): row-class-name bgColor can not cover fixed column (#14225)

This commit is contained in:
Stephen.K 2023-09-18 12:07:23 +08:00 committed by GitHub
parent 5ebce79d5b
commit 1601369458
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
packages/theme-chalk/src/table.scss Normal file → Executable file
View File

@ -325,7 +325,7 @@
&.#{$namespace}-table-fixed-column--right {
position: sticky !important;
z-index: 2;
background: getCssVar('bg-color');
background: inherit;
&.is-last-column,
&.is-first-column {
&::before {