赞
踩
/* 选中某行时的背景色*/
.el-table__body tr.current-row > td {
background-color: #dce8fb !important;
}
/*鼠标移入某行时的背景色*/
.el-table--enable-row-hover .el-table__body tr:hover > td {
background-color: #dce8fb;
}
/* table 加fix 鼠标移入某行时的背景色 */
.el-table__body tr.hover-row.current-row>td,.el-table__body tr.hover-row.el-table__row--striped.current-row>td,.el-table__body tr.hover-row.el-table__row--striped>td,.el-table__body tr.hover-row>td {
background-color: #dce8fb;
}
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。