From f20fb90c2e4cb1c30a8b0934b432760bfccb50f0 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期四, 08 一月 2026 09:14:31 +0800
Subject: [PATCH] 修改简道云人员推送删除功能bug
---
admin/src/assets/style/style.scss | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/admin/src/assets/style/style.scss b/admin/src/assets/style/style.scss
index 7b95f18..faa8940 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;
@@ -136,6 +142,18 @@
}
}
+.tip-header{
+ font-size: 16px;
+ font-weight: bold;
+ margin-bottom: 20px;
+}
+.tip {
+ em {
+ font-style: normal;
+ color: $primary-color;
+ font-weight: bold;
+ }
+}
.main_app {
background-color: #fff;
margin-top: 10px;
--
Gitblit v1.9.3