123456789101112131415161718192021222324 |
- .ant-table-thead {
- .table_warning {
- color: #fa8c16 !important;
- background-color: #fff !important;
- }
- .table_success {
- color: #52c41a !important;
- background-color: #fff !important;
- }
- .table_processing {
- color: #409EFF !important;
- // background-color: #fff !important;
- }
- .table_error {
- color: #f5222d !important;
- background-color: #fff !important;
- }
- }
- .singleBackColor {
- background: #fbfff6;
- }
- .doubleBackColor {
- background-color: #f2f2ff;
- }
|