样式穿透 去除element-ui中table 的hover效果

951 阅读1分钟
// 点击报错,暂时隐藏 /deep/ .BMap_stdMpGeolocation { display: none !important; } // 表格居中 ::v-deep .el-table__cell,.has-gutter th .cell{ text-align: center; }

image.png image.png image.png

去除element-ui中table 的hover效果

.el-table--enable-row-hover .el-table__body tr:hover > td { background-color: rgba(0, 0, 0, 0) !important; }