123456789101112131415161718192021222324252627282930 |
- .warn-table {
- .el-table {
- thead th.el-table__cell {
- background-color: transparent !important;
- color: #000;
- }
- &.el-table--striped .el-table__body tr.el-table__row--striped td {
- // background-color: #161415;
- }
- // tr {
- // &.isConfirm {
- // &:hover {
- // td {
- // color: #05bb4c !important;
- // background-color: transparent !important;
- // }
- // }
- // }
- // &:hover {
- // td {
- // color: #d35400 !important;
- // background-color: transparent !important;
- // }
- // }
- // }
- }
- }
|