Table: fix background color of complex table when hovering (#15504)

pull/16185/head
lon 2019-06-10 14:31:47 +08:00 committed by island205
parent 9be2a3d1ab
commit 811add71cf
1 changed files with 1 additions and 1 deletions

View File

@ -505,7 +505,7 @@
&, &.el-table__row--striped {
&, &.current-row {
> td {
background-color: $--table-current-row-background-color;
background-color: $--table-row-hover-background-color;
}
}
}