shuishen
2022-09-23 b6b7f6f58fcb386fedaffd9a5520dc3b210e4831
Merge branch 'master' of http://192.168.0.105:10010/r/srs-police-affairs
3 files modified
43 ■■■■■ changed files
src/styles/element-ui/element-ui.css 35 ●●●●● patch | view | raw | blame | history
src/styles/element-ui/element-ui.min.css 2 ●●● patch | view | raw | blame | history
src/styles/element-ui/element-ui.scss 6 ●●●● patch | view | raw | blame | history
src/styles/element-ui/element-ui.css
@@ -1,33 +1,38 @@
:deep(.el-table tr:nth-child(2n)) {
  background: #324e75;
.el-table tr th {
  background: #005ca9;
  color: #fff !important;
}
.el-table tr:nth-child(2n) {
  background: #14327b;
  color: #fff !important;
}
.el-table tr:nth-child(2n-1) {
  background: #1d2669;
  color: #fff;
}
:deep(.el-table tr:nth-child(2n-1)) {
  background: #26426a;
  color: #fff;
}
:deep(.el-table tr:hover td) {
.el-table tr:hover td {
  cursor: pointer;
  background-color: rgba(222, 176, 176, 0.2) !important;
}
:deep(.el-table::before) {
.el-table::before {
  height: 0px;
}
:deep(.el-pagination.is-background .el-pager li:not(.disabled).active) {
  background-color: #1a3252;
.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #005ca9;
  color: #ffffff !important;
}
:deep(.el-pagination.is-background .btn-next),
:deep(.el-pagination.is-background .btn-prev),
:deep(.el-pagination.is-background .el-pager li) {
.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
  background-color: #fff;
}
:deep(.el-pagination.is-background .el-pager li:hover) {
.el-pagination.is-background .el-pager li:hover {
  color: #1a3252;
}
src/styles/element-ui/element-ui.min.css
@@ -1 +1 @@
:deep(.el-table tr:nth-child(2n)){background:#324e75;color:#fff}:deep(.el-table tr:nth-child(2n-1)){background:#26426a;color:#fff}:deep(.el-table tr:hover td){cursor:pointer;background-color:rgba(222,176,176,0.2) !important}:deep(.el-table::before){height:0px}:deep(.el-pagination.is-background .el-pager li:not(.disabled).active){background-color:#1a3252;color:#ffffff !important}:deep(.el-pagination.is-background .btn-next),:deep(.el-pagination.is-background .btn-prev),:deep(.el-pagination.is-background .el-pager li){background-color:#fff}:deep(.el-pagination.is-background .el-pager li:hover){color:#1a3252}
.el-table tr th{background:#005ca9;color:#fff !important}.el-table tr:nth-child(2n){background:#14327b;color:#fff !important}.el-table tr:nth-child(2n-1){background:#1d2669;color:#fff}.el-table tr:hover td{cursor:pointer;background-color:rgba(222,176,176,0.2) !important}.el-table::before{height:0px}.el-pagination.is-background .el-pager li:not(.disabled).active{background-color:#005ca9;color:#ffffff !important}.el-pagination.is-background .btn-next,.el-pagination.is-background .btn-prev,.el-pagination.is-background .el-pager li{background-color:#fff}.el-pagination.is-background .el-pager li:hover{color:#1a3252}
src/styles/element-ui/element-ui.scss
@@ -1,12 +1,12 @@
// 表格  el-table!
.el-table tr th {
    background: rgba(0, 92, 169, 1.0) !important;
    background: rgba(0, 92, 169, 1.0) ;
    color: #fff !important;
}
.el-table tr:nth-child(2n) {
    background: rgba(20, 50, 123, 1.0) !important;
    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: #1a3252;
    background-color: rgba(0, 92, 169, 1.0) ;
    color: #ffffff !important;
}