mirror of https://github.com/ElemeFE/element
parent
71f1f511b2
commit
f6661e2acf
|
@ -361,6 +361,7 @@
|
|||
& tr:nth-child(2n) {
|
||||
td {
|
||||
background: #FAFAFA;
|
||||
background-clip: padding-box;
|
||||
}
|
||||
|
||||
&.current-row td {
|
||||
|
@ -416,6 +417,7 @@
|
|||
@modifier enable-row-hover {
|
||||
.el-table__body tr:hover > td {
|
||||
background-color: var(--color-extra-light-gray);
|
||||
background-clip: padding-box;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue