12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- .warn-table {
- .el-table {
- .caret-wrapper {
- display: none !important;
- }
- }
- .el-table {
- .el-table__header {
- thead {
- tr {
- th {
- // background: #8F93A7 !important;
- color: #fff;
- }
- }
- }
- }
- thead th.el-table__cell {
- background: rgba(83, 89, 104, 0.3);
- }
- .el-table__body-wrapper {
- background-color: #040c0b;
- }
- .el-loading-mask {
- background-color: #606266;
- }
- &.el-table--striped .el-table__body tr.el-table__row--striped td {
- background-color: #161415;
- }
- th {
- background-color: #161f1e !important;
- color: #fff;
- height: 40px;
- }
- tr {
- height: 40px;
- background: #161f1e !important;
- td {
- color: #fff !important;
- }
- .el-input {
- .el-input__wrapper {
- background-color: #606266;
- }
- .el-input-group__prepend {
- background-color: #606266;
- color: #fff;
- }
- }
- &.isConfirm {
- &:hover {
- td {
- color: #05bb4c !important;
- background-color: transparent !important;
- }
- }
- }
- &:hover {
- td {
- color: #d35400 !important;
- background-color: transparent !important;
- }
- }
- }
- .el-table__empty-block {
- background: #212223;
- }
- }
- .toolSty {
- .el-popper {
- width: 50% !important;
- }
- }
- }
|