学无先后,达者为师

网站首页 Vue 正文

vue+element-ui+table实现去除表格鼠标悬停效果、hover、transparent、important、background、color、scoped

作者:web半晨 更新时间: 2022-06-05 Vue
.el-table--enable-row-hover .el-table__body tr:hover > td {
	background-color: transparent !important;
}

注意style标签不能加scoped属性,否则不起作用。

原文链接:https://blog.csdn.net/weixin_51157081/article/details/125026112

栏目分类
最近更新