Table: fix border style bug in FF (#3926)

linux系统FF浏览器border显示不全
pull/3939/head
IMike 2017-03-31 17:34:32 +08:00 committed by cinwell.li
parent 71f1f511b2
commit f6661e2acf
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}
}