element-ui中 table表格hover 修改背景色
Posted zousaili
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了element-ui中 table表格hover 修改背景色相关的知识,希望对你有一定的参考价值。
增加样式级别就行啦
.el-table--enable-row-hover .el-table__body tr:hover>td{
background-color: #212e3e !important;
}
以上是关于element-ui中 table表格hover 修改背景色的主要内容,如果未能解决你的问题,请参考以下文章
vue+element-ui+table实现去除表格鼠标悬停效果hovertransparentimportantbackgroundcolorscoped
element-ui table 给表头添加icon,以及hover上去的提示文字