From e4a034df5a16e030cc208128b4902598ab2d6cf5 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 17 十二月 2025 14:21:36 +0800
Subject: [PATCH] 优化

---
 admin/src/components/common/CommonHeader.vue |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/admin/src/components/common/CommonHeader.vue b/admin/src/components/common/CommonHeader.vue
index 4428d9a..10ef026 100644
--- a/admin/src/components/common/CommonHeader.vue
+++ b/admin/src/components/common/CommonHeader.vue
@@ -209,9 +209,9 @@
       getAppHeaderNav(type).then(res => {
         if (label === '瀹夐槻涓績') {
           let openWindow = window.open(res, '_blank')
-          setTimeout(() => {
-            openWindow.close()
-          }, 7 * 1000)
+          // setTimeout(() => {
+          //   openWindow.close()
+          // }, 7 * 1000)
         } else {
           window.open(res, '_blank')
         }
@@ -334,7 +334,7 @@
 @import "@/assets/style/variables.scss";
 
 .common-header {
-  background-color: #2080f7;
+  background-color: #1E7FFF;
 }
 
 .list {
@@ -344,7 +344,7 @@
     display: flex;
     align-items: center;
     .item {
-      margin-right: 40px;
+      margin-right: 24px;
       font-size: 16px;
       font-weight: 400;
       display: flex;
@@ -484,9 +484,9 @@
         align-items: center;
         img {
             top: 0 !important;
-            width: 24px;
-            height: 24px;
-            margin-right: 15px;
+            width: 20px;
+            height: 20px;
+            margin-right: 12px;
         }
     }
     .el-dropdown {

--
Gitblit v1.9.3