From 2d02eb82474e43faedfe06910381ede0eda67f3c Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期一, 13 十月 2025 09:40:04 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/jinkuai
---
admin/src/layouts/TableLayout.vue | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/admin/src/layouts/TableLayout.vue b/admin/src/layouts/TableLayout.vue
index e93908b..9a34b4a 100644
--- a/admin/src/layouts/TableLayout.vue
+++ b/admin/src/layouts/TableLayout.vue
@@ -198,4 +198,17 @@
.bluestate{
color: #2080f7;
}
+.yellowstate{
+ color: #fc9d20;
+}
+
+.orderstate4{
+ color: #157713;
+}
+.orderstate0,.orderstate1,.orderstate2,.orderstate3{
+ color: #2080f7;
+}
+.orderstate99{
+ color: #5d6269;
+}
</style>
--
Gitblit v1.9.3