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