From 20f082895348f50ce5b47442790cb454d4cfd19c Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期二, 13 一月 2026 18:27:06 +0800
Subject: [PATCH] 经销商管理

---
 admin/src/assets/style/style.scss |   43 ++++++++++++++++++++++---------------------
 1 files changed, 22 insertions(+), 21 deletions(-)

diff --git a/admin/src/assets/style/style.scss b/admin/src/assets/style/style.scss
index 658bfcf..5201527 100644
--- a/admin/src/assets/style/style.scss
+++ b/admin/src/assets/style/style.scss
@@ -89,28 +89,29 @@
 }
 
 .global-window {
-  .tip-header{
-    font-size: 16px;
+
+}
+.tip-header{
+  font-size: 16px;
+  font-weight: bold;
+  margin-bottom: 20px;
+}
+.tip {
+  em {
+    font-style: normal;
+    color: $primary-color;
     font-weight: bold;
-    margin-bottom: 20px;
   }
-  .tip {
-    em {
-      font-style: normal;
-      color: $primary-color;
-      font-weight: bold;
-    }
-  }
-  .tip-warn {
-    margin: 4px 0 12px 0;
-    font-size: 12px;
-    color: #999;
-    i {
-      color: orange;
-      margin-right: 4px;
-      font-size: 14px;
-      position: relative;
-      top: 1px;
-    }
+}
+.tip-warn {
+  margin: 4px 0 12px 0;
+  font-size: 12px;
+  color: #999;
+  i {
+    color: orange;
+    margin-right: 4px;
+    font-size: 14px;
+    position: relative;
+    top: 1px;
   }
 }

--
Gitblit v1.9.3