Bootstrap

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

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

::v-deep .table tbody tr:hover > td {
  background-color: unset !important;
}

::v-deep .table tr.current-row > td.el-table__cell {
  background-color: unset !important;
}
;