From 23a5c0be948801efa0e04f6e656c126969d17612 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 27 五月 2024 14:49:36 +0800
Subject: [PATCH] 最新版本

---
 admin/src/assets/style/style.scss |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/admin/src/assets/style/style.scss b/admin/src/assets/style/style.scss
index 533b4b1..0be2757 100644
--- a/admin/src/assets/style/style.scss
+++ b/admin/src/assets/style/style.scss
@@ -114,10 +114,20 @@
     font-weight: bold;
   }
 }
+.status-blue{
+  color: #3C77DA;
+}
+.status-green{
+  color:green;
+}
+.status-red{
+  color:red;
+}
 .tip-warn {
   margin: 4px 0 25px 0;
   font-size: 12px;
   color: #999;
+  line-height: 25px;
   i {
     color: orange;
     margin-right: 4px;

--
Gitblit v1.9.3