From dd6a43fdbadaaf6d646b3eb2ca0a63f58ed77ea4 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期三, 29 十月 2025 15:56:22 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/wuhuyancao' into wuhuyancao
---
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 f6a469f..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;
@@ -239,6 +246,9 @@
.mb20 {
margin-bottom: 20px;
}
+.mb40 {
+ margin-bottom: 40px;
+}
.red{
color: red !important;
}
--
Gitblit v1.9.3