element-ui中 table表格hover 修改背景色

增加样式级别就行啦
 
.el-table--enable-row-hover .el-table__body tr:hover>td{
background-color: #212e3e !important;
}
posted @ 2018-07-22 22:36  菜鸡~大神  阅读(22564)  评论(0编辑  收藏  举报