想偷懒,去百度了一波,但是发现大家写的对我都没有用,所以自己去看了element的css。话不多说,下面是我自己用了能实现效果的,希望对大家有所帮助。
//悬停
.el-table {
--el-table-row-hover-background-color: rgba(0, 158, 250, 0.219) !important;
}
//选中
.el-table {
--el-table-current-row-background-color: rgba(0, 158, 250, 0.219) !important;
}