<style>
/* 用来设置当前页面element全局table 选中某行时的背景色*/
.el-table__body tr.current-row>td{
background-color: #92cbf1!important;
color: #fff;
}
/*鼠标移入某行时的背景色*/
.el-table--enable-row-hover .el-table__body tr:hover > td {
background-color: #add4e4 !important;
/* color: #fff; */
}
</style>
el-table移入或选中某行时改变颜色
最新推荐文章于 2024-07-23 10:00:38 发布
7491

被折叠的 条评论
为什么被折叠?



