赞
踩
首先,给el-table起个class别名,例如 table-color;
.table-color .el-table__body-wrapper tbody .el-table__row:hover td {
background-color: #eec591;
}
.table-color .el-table__fixed-right tbody tr:hover td {
//右边固定
background-color: #eec591;
}
.table-color .el-table__body .el-table__row.hover-row td {
background-color: #eec591 !important;
}
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。