vue+element-ui+table实现去除表格鼠标悬停效果hovertransparentimportantbackgroundcolorscoped
Posted web半晨
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vue+element-ui+table实现去除表格鼠标悬停效果hovertransparentimportantbackgroundcolorscoped相关的知识,希望对你有一定的参考价值。
.el-table--enable-row-hover .el-table__body tr:hover > td
background-color: transparent !important;
注意:
style
标签不能加scoped
属性,否则不起作用。
以上是关于vue+element-ui+table实现去除表格鼠标悬停效果hovertransparentimportantbackgroundcolorscoped的主要内容,如果未能解决你的问题,请参考以下文章
Vue + Element-ui实现后台管理系统---封装一个Form表单组件和Table表格组件
Vue + Element-ui实现后台管理系统---封装一个Form表单组件和Table表格组件