赞
踩
使用el-table的时候,会发现鼠标移到某行,某行就会高亮。那怎么去掉这个效果呢?
添加以下CSS即可(或自己改成想要的颜色):
.el-table tbody tr:hover>td { background-color:#ffffff!important }