From 568e38a95cb6fb20fe16b53d17f610aefc6f744f Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期四, 09 十月 2025 18:29:29 +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