135-1821-9792

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

>>> .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;
  }

本文标题:elementUI小视频源码中自定义tablehover背景色
当前链接:http://kswsj.com/article/jipopg.html

其他资讯



Copyright © 2009-2022 www.kswsj.com 成都快上网科技有限公司 版权所有 蜀ICP备19037934号