From e5f4cb6e5e19b09ca62ebc6160720858c58f24c1 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期二, 15 七月 2025 17:57:23 +0800
Subject: [PATCH] 111
---
admin/src/layouts/TableLayout.vue | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/admin/src/layouts/TableLayout.vue b/admin/src/layouts/TableLayout.vue
index 28b3a81..650bfea 100644
--- a/admin/src/layouts/TableLayout.vue
+++ b/admin/src/layouts/TableLayout.vue
@@ -189,4 +189,16 @@
}
}
}
+.redstate{
+ color: #a10e0e;
+}
+.greenstate{
+ color: #157713;
+}
+.bluestate{
+ color: #2080f7;
+}
+.yellowstate{
+ color: #fc9d20;
+}
</style>
--
Gitblit v1.9.3