| | |
| | | :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; |
| | | } |