<style scoped>
/deep/ .el-table__body tr.current-row > td {
background-color: red!important;
cursor: pointer;
}
/deep/ tr.el-table__row.current-row>td {
/* color: #fff; */
background-color: #deefff!important;
cursor: pointer;
}
</style>
标签:__,el,高亮,elementui,color,tr,重写,row From: https://www.cnblogs.com/wwwcf1982603555/p/16731806.html