mirror of https://github.com/EasyAbp/EShop.git
5 changed files with 44 additions and 1 deletions
@ -0,0 +1,14 @@ |
|||
.status-pending-text { |
|||
color: orange; |
|||
} |
|||
|
|||
.status-processing-text { |
|||
color: green; |
|||
} |
|||
|
|||
.status-completed-text { |
|||
color: blue; |
|||
} |
|||
|
|||
.status-canceled-text { |
|||
} |
|||
Loading…
Reference in new issue