全局斑马纹颜色

This commit is contained in:
zhangdingyu
2019-09-20 13:56:45 +08:00
parent 3ea033f22a
commit b6eb5cf156
2 changed files with 4 additions and 0 deletions

View File

@@ -210,3 +210,6 @@ el-card{
.el-table td, .el-table th {
padding: 0;
}
.el-table--striped .el-table__body tr.el-table__row--striped td {
background-color: rgb(235,235,235);
}