table.less 491 B

123456789101112131415161718192021222324
  1. .ant-table-thead {
  2. .table_warning {
  3. color: #fa8c16 !important;
  4. background-color: #fff !important;
  5. }
  6. .table_success {
  7. color: #52c41a !important;
  8. background-color: #fff !important;
  9. }
  10. .table_processing {
  11. color: #409EFF !important;
  12. // background-color: #fff !important;
  13. }
  14. .table_error {
  15. color: #f5222d !important;
  16. background-color: #fff !important;
  17. }
  18. }
  19. .singleBackColor {
  20. background: #fbfff6;
  21. }
  22. .doubleBackColor {
  23. background-color: #f2f2ff;
  24. }