/** 鼠标移入某行时的背景色 */
::v-deep .el-table--enable-row-hover .el-table__body tr:hover > td {
background-color: rgb(183, 218, 255) !important;
}
/* 选中某行时的背景色*/
::v-deep .el-table__body tr.current-row > td {
background-color: rgb(183, 218, 255) !important;
}
ELement UI el-table移入或选中某行时改变背景颜色
最新推荐文章于 2025-06-22 15:34:55 发布