shuishen
2022-09-23 759e8cd9e5ee6a55b2f5224a0740718b59b677f3
样式
1 files modified
10 ■■■■ changed files
src/styles/element-ui/element-ui.scss 10 ●●●● patch | view | raw | blame | history
src/styles/element-ui/element-ui.scss
@@ -1,11 +1,17 @@
// 表格  el-table!
.el-table tr th {
    background: rgba(0, 92, 169, 1.0) !important;
    color: #fff !important;
}
.el-table tr:nth-child(2n) {
    background: #324e75 !important;
    background: rgba(20, 50, 123, 1.0) !important;
    color: #fff !important;
}
.el-table tr:nth-child(2n-1) {
    background: #26426a;
    background: rgba(29, 38, 105, 1.0);
    color: #fff;
}