Table: fix highligh row in striped table

pull/2/head
qingwei.li 2016-09-02 18:22:09 +08:00
parent 6670505de5
commit 23f7447874
1 changed files with 4 additions and 0 deletions

View File

@ -252,6 +252,10 @@
& .el-table__body {
& tr:nth-child(2n) {
background: #FAFAFA;
&.current-row {
background: #EFF7FF;
}
}
}
}