Commit 7ce40a94 authored by FuryBean's avatar FuryBean Committed by cinwell.li

Table: add hover background. (#609)

parent 4464a7dd
...@@ -293,8 +293,14 @@ ...@@ -293,8 +293,14 @@
} }
} }
& tr.current-row { @e body {
background: #EFF7FF; tr {
transition: background-color .25s ease-in-out;
}
tr.current-row {
background: #eff7ff;
}
} }
@e column-resize-proxy { @e column-resize-proxy {
...@@ -320,3 +326,7 @@ ...@@ -320,3 +326,7 @@
} }
} }
} }
.el-table .el-table__body tr.hover-row {
background-color: #eff2f7;
}
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