Table: fix hover-row bgcolor of table with fixed column

pull/6127/head
Tong 2017-07-24 13:58:54 +08:00 committed by 杨奕
parent ee03e3b851
commit 6e685a3f02
1 changed files with 8 additions and 2 deletions

View File

@ -400,8 +400,14 @@
}
@e body {
tr.hover-row > td {
background-color: var(--color-extra-light-gray);
tr.hover-row {
&, &.el-table__row--striped {
&, &.current-row {
> td {
background-color: var(--color-extra-light-gray);
}
}
}
}
tr.current-row > td {