| | |
| | | <el-table |
| | | ref="multipleTable" |
| | | :header-cell-style="{ |
| | | background: '#06122c', |
| | | background: '#fff', |
| | | 'font-size': '12px', |
| | | color: '#4b9bb7', |
| | | 'font-weight': '650', |
| | |
| | | color: #1d3f57; |
| | | |
| | | &::v-deep .el-input__inner { |
| | | background-color: #09152f; |
| | | background-color: #fff; |
| | | border: 1px solid #17324c; |
| | | } |
| | | } |
| | |
| | | } |
| | | |
| | | main { |
| | | background-color: #09152f; |
| | | background-color: #fff; |
| | | margin-top: 20px; |
| | | padding-bottom: 50px; |
| | | |
| | |
| | | |
| | | &::v-deep .el-input__inner { |
| | | border: none; |
| | | background-color: #09152f; |
| | | // background-color: #09152f; |
| | | } |
| | | |
| | | &:hover { |
| | |
| | | &::v-deep li, |
| | | &::v-deep .btn-prev, |
| | | &::v-deep .btn-next { |
| | | background-color: #071f39; |
| | | // background-color: #071f39; |
| | | color: #4b9bb7; |
| | | } |
| | | |
| | |
| | | } |
| | | } |
| | | } |
| | | &::v-deep .warning-row { |
| | | background-color: #06122c; |
| | | } |
| | | // &::v-deep .warning-row { |
| | | // background-color: #06122c; |
| | | // } |
| | | |
| | | &::v-deep .success-row { |
| | | background-color: #071f39; |
| | | } |
| | | // &::v-deep .success-row { |
| | | // background-color: #071f39; |
| | | // } |
| | | |
| | | .operationBox { |
| | | display: flex; |
| | |
| | | // 设置dialog样式 |
| | | ::v-deep .el-dialog__body { |
| | | background-color: #fff; |
| | | color: #000; |
| | | // color: #000; |
| | | } |
| | | |
| | | ::v-deep .el-dialog__header { |
| | | background-color: #06122c !important; |
| | | // background-color: #06122c !important; |
| | | color: #fff; |
| | | } |
| | | } |