el-tableW.less 793 B

123456789101112131415161718192021222324252627282930
  1. .warn-table {
  2. .el-table {
  3. thead th.el-table__cell {
  4. background-color: transparent !important;
  5. color: #000;
  6. }
  7. &.el-table--striped .el-table__body tr.el-table__row--striped td {
  8. // background-color: #161415;
  9. }
  10. // tr {
  11. // &.isConfirm {
  12. // &:hover {
  13. // td {
  14. // color: #05bb4c !important;
  15. // background-color: transparent !important;
  16. // }
  17. // }
  18. // }
  19. // &:hover {
  20. // td {
  21. // color: #d35400 !important;
  22. // background-color: transparent !important;
  23. // }
  24. // }
  25. // }
  26. }
  27. }