1
shuishen
2022-09-23 597a349be93488eabadaac83cad4b6eccc4a451c
1
1 files modified
6 ■■■■ changed files
src/styles/element-ui/element-ui.scss 6 ●●●● patch | view | raw | blame | history
src/styles/element-ui/element-ui.scss
@@ -1,12 +1,12 @@
// 表格  el-table!
.el-table tr th {
    background: rgba(0, 92, 169, 1.0) ;
    background: rgba(0, 92, 169, 1.0) !important;
    color: #fff !important;
}
.el-table tr:nth-child(2n) {
    background: rgba(20, 50, 123, 1.0) ;
    background: rgba(20, 50, 123, 1.0);
    color: #fff !important;
}
@@ -29,7 +29,7 @@
// 分页  el-pagination!
.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: rgba(0, 92, 169, 1.0) ;
    background-color: rgba(0, 92, 169, 1.0);
    color: #ffffff !important;
}