element ui hover

>>> .el-table__body tr:hover > td {
  background-color: blue !important;
}

>>> .el-table__body tr.current-row > td {
  background-color: blue !important;
}
posted @ 2021-04-01 14:07  起风了1573  阅读(81)  评论(0)    收藏  举报