mirror of https://github.com/ElemeFE/element
Table: fix highligh row in striped table
parent
6670505de5
commit
23f7447874
|
@ -252,6 +252,10 @@
|
|||
& .el-table__body {
|
||||
& tr:nth-child(2n) {
|
||||
background: #FAFAFA;
|
||||
|
||||
&.current-row {
|
||||
background: #EFF7FF;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue