From 1beef58a3db5cc1245bb8d91887bdf787b06a6e0 Mon Sep 17 00:00:00 2001
From: weimingfei <fei_gaming@sina.com>
Date: 星期四, 06 十一月 2025 17:34:55 +0800
Subject: [PATCH] 钥匙柜
---
admin/src/assets/style/style.scss | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/admin/src/assets/style/style.scss b/admin/src/assets/style/style.scss
index e61bce8..a553c72 100644
--- a/admin/src/assets/style/style.scss
+++ b/admin/src/assets/style/style.scss
@@ -122,6 +122,12 @@
.status-red{
color:red;
}
+.status-yellow{
+ color: orange;
+}
+.status-grey{
+ color:#999;
+}
.tip-warn {
margin: 4px 0 25px 0;
font-size: 12px;
@@ -141,6 +147,7 @@
margin-top: 10px;
margin-left: 16px;
padding: 20px;
+ height: calc(100% - 10px);
}
.fs12{
font-size: 12px;
--
Gitblit v1.9.3