mirror of
https://github.com/element-plus/element-plus.git
synced 2025-02-23 11:59:34 +08:00
fix(components): fixed total column without background color (#15336)
* fix(components): fixed total column without background color closed #15324 * Update packages/theme-chalk/src/table.scss Indeed & it is redundant Co-authored-by: btea <2356281422@qq.com> * style(components): delete redundant styles --------- Co-authored-by: btea <2356281422@qq.com>
This commit is contained in:
parent
e9318e6dde
commit
2664188c21
@ -141,13 +141,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
tfoot {
|
||||
td.#{$namespace}-table__cell {
|
||||
background-color: getCssVar('table-row-hover-bg-color');
|
||||
color: getCssVar('table-text-color');
|
||||
}
|
||||
}
|
||||
|
||||
.#{$namespace}-table__cell {
|
||||
padding: map.get($table-padding, 'default');
|
||||
min-width: 0;
|
||||
@ -396,6 +389,11 @@
|
||||
@include e((footer-wrapper)) {
|
||||
overflow: hidden;
|
||||
flex-shrink: 0;
|
||||
|
||||
tfoot td.#{$namespace}-table__cell {
|
||||
background-color: getCssVar('table-row-hover-bg-color');
|
||||
color: getCssVar('table-text-color');
|
||||
}
|
||||
}
|
||||
|
||||
@include e((header-wrapper, body-wrapper)) {
|
||||
|
Loading…
Reference in New Issue
Block a user