1. 表格中没用fixed
.el-table tbody tr:hover>td {
 	background: #171F34 !important;
}
  1. 表格中使用了fixed
.el-table__body .el-table__row.hover-row td{
  background-color: #171F34 !important;
}

注意: 以上修改均在<style lang="less"></style>中,不可添加scoped,即<style lang="less" scoped></style>

Logo

为开发者提供学习成长、分享交流、生态实践、资源工具等服务,帮助开发者快速成长。

更多推荐