mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-02 11:17:46 +08:00
fix(components): row-class-name bgColor can not cover fixed column (#14225)
This commit is contained in:
parent
5ebce79d5b
commit
1601369458
2
packages/theme-chalk/src/table.scss
Normal file → Executable file
2
packages/theme-chalk/src/table.scss
Normal file → Executable 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 {
|
||||
|
Loading…
Reference in New Issue
Block a user