当前位置: 首页 > 工具软件 > Table Hover > 使用案例 >

短视频源码自定义table hover 背景色

田阳泽
2023-12-01
>>> .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;
  }
 类似资料: