Commit 6e685a3f authored by Tong's avatar Tong Committed by 杨奕

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

parent ee03e3b8
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment