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 | 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