element ui table表格鼠标悬浮或点击 取消高亮

.el-table tbody tr:hover>td { 
     background: #FFF4E7!important
  }
.el-table__body tr.current-row>td.el-table__cell{
     background: #FFF4E7!important
  }

css写法(会影响其他页⾯中的表格样式),可以⽤⼀个div把表格包起来给个class名,然后应该就不会影响其他页⾯中的表格样式了
 

猜你喜欢

转载自blog.csdn.net/slow097/article/details/124980730