| | |
| | | |
| | | .el-table { |
| | | background-color: #000a1f; |
| | | |
| | | &::before { |
| | | background-color: unset; |
| | | } |
| | | |
| | | .el-table__header { |
| | | thead { |
| | | color: #fff; |
| | | |
| | | tr { |
| | | border-bottom: unset; |
| | | |
| | | th.el-table__cell.is-leaf { |
| | | border-bottom: unset; |
| | | } |
| | | |
| | | th { |
| | | font-weight: 600; |
| | | } |
| | | |
| | | .el-table__cell { |
| | | padding: 6px 0; |
| | | background-color: #5e616e; |
| | |
| | | } |
| | | } |
| | | } |
| | | |
| | | .el-table__body { |
| | | tbody { |
| | | tr.el-table__row { |
| | |
| | | } |
| | | } |
| | | } |
| | | |
| | | // &--striped { |
| | | // .el-table__body { |
| | | // tr.el-table__row--striped { |
| | |
| | | background-color: #3661eb; |
| | | } |
| | | } |
| | | |
| | | .btn-prev { |
| | | background-color: #3661eb; |
| | | color: #fff; |
| | |
| | | color: rgba(246, 247, 250, 0.5); |
| | | } |
| | | } |
| | | |
| | | .btn-next { |
| | | background-color: #3661eb; |
| | | color: #f6f7fa; |
| | |
| | | } |
| | | } |
| | | } |
| | | |
| | | .el-select, |
| | | .el-input__inner{ |
| | | height: 32px; |
| | |
| | | color: #fff; |
| | | border: none; |
| | | outline: none; |
| | | } |
| | | //未选中框时右侧文字 |
| | | .el-checkbox__label{ |
| | | color: #fff; |
| | | } |
| | | //选中框时右侧文字 |
| | | .el-checkbox__input.is-checked+.el-checkbox__label{ |
| | | color: #fff; |
| | | } |