vue 鼠标悬停

<style>
  .el-table__body tr:hover > td {
    background-color: #c6cfdf !important;
  }

  .el-table__body tr.current-row > td {
    background-color: #c6cfdf !important;
  }
</style>

  

posted @ 2021-02-06 16:55  YaShi  阅读(108)  评论(0编辑  收藏  举报