Commit 23f74478 authored by qingwei.li's avatar qingwei.li

Table: fix highligh row in striped table

parent 6670505d
...@@ -252,6 +252,10 @@ ...@@ -252,6 +252,10 @@
& .el-table__body { & .el-table__body {
& tr:nth-child(2n) { & tr:nth-child(2n) {
background: #FAFAFA; background: #FAFAFA;
&.current-row {
background: #EFF7FF;
}
} }
} }
} }
......
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