elementUI小视频源码 中自定义table hover 背景色

2023-03-11编程技术116928

>>> .el-table--enable-row-hover .el-table__body tr:hover>td{
background-color: #e7edfd !important;
}
 
也可以:
>>> .el-table__body tr:hover>td{
    background-color: #e7edfd !important;
  }
 
  >>> .el-table__body tr.current-row>td{
    background-color: #e7edfd !important;
  }
本文地址:https://www.ufcn.cn/tutorials/1975455.html

如非特殊说明,本站内容均来自于网友自主分享,概不代表本站观点,如有任何问题我们都将在收到反馈后的第一时间进行处理!