From 0b33a3dcc3a7592c476d992e1b79a3bc837afb25 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期四, 21 八月 2025 13:42:56 +0800
Subject: [PATCH] 优化
---
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