From bd6229ebd9cb543a22944ecb1142fad92b675dce Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期一, 13 十月 2025 14:26:25 +0800
Subject: [PATCH] bug 修复

---
 admin/src/layouts/TableLayout.vue |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/admin/src/layouts/TableLayout.vue b/admin/src/layouts/TableLayout.vue
index 28b3a81..9a34b4a 100644
--- a/admin/src/layouts/TableLayout.vue
+++ b/admin/src/layouts/TableLayout.vue
@@ -189,4 +189,26 @@
     }
   }
 }
+.redstate{
+  color: #a10e0e;
+}
+.greenstate{
+  color: #157713;
+}
+.bluestate{
+  color: #2080f7;
+}
+.yellowstate{
+  color: #fc9d20;
+}
+
+.orderstate4{
+  color: #157713;
+}
+.orderstate0,.orderstate1,.orderstate2,.orderstate3{
+  color: #2080f7;
+}
+.orderstate99{
+  color: #5d6269;
+}
 </style>

--
Gitblit v1.9.3