el-table全局设置鼠标移入表格不高亮

/* 鼠标移入表格不高亮 */

.table-tranparent.el-table tbody tr:hover>td {
    background-color: #ffffff!important
}

.table-tranparent.el-table tbody tr:hover {
    background-color: #ffffff!important
}
原文地址:https://www.cnblogs.com/dianzan/p/13330807.html