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  阅读(131)  评论(0)    收藏  举报