.el-table >>> .el-table__body tr.current-row>td {
background-color: #866D4B !important;
} // 如果没有 !important,高亮行也可以触发hover样式
hover
.el-table >>> .el-table__body tr:hover>td {
background-color: #FAF4EC;
}
Element 2.12.0 版本
.el-table >>> .el-table__body tr.current-row>td {
background-color: #866D4B !important;
} // 如果没有 !important,高亮行也可以触发hover样式
hover
.el-table >>> .el-table__body tr:hover>td {
background-color: #FAF4EC;
}
Element 2.12.0 版本