Merge branch 'master' of http://192.168.0.105:10010/r/srs-police-affairs
| | |
| | | :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; |
| | | } |
| | |
| | | :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} |
| | |
| | | // 表格 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; |
| | | } |
| | | |
| | |
| | | |
| | | // 分页 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; |
| | | } |
| | | |