.el-table--striped .el-table__body tr.el-table__row--striped.el-table__row--striped.el-table__row--striped td {
background-color: #fff; /*替换为你需要的颜色,觉得优先级不够就加!important*/
}
使用的时候注意table的:stripe=“true” 要写上,不然前缀className匹配不到