首页 > 其他分享 >elementui重写高亮样式

elementui重写高亮样式

时间:2022-09-26 17:56:43浏览次数:35  
标签:__ el 高亮 elementui color tr 重写 row

<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

相关文章