From 6b01dc5747fcab6de513a91cc79a8985e0cdc4d2 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 06 三月 2026 10:01:38 +0800
Subject: [PATCH] 优化

---
 admin/src/views/index.vue                    |    2 +-
 admin/src/components/common/CommonHeader.vue |   16 ++++++++--------
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/admin/src/components/common/CommonHeader.vue b/admin/src/components/common/CommonHeader.vue
index 0916086..198f431 100644
--- a/admin/src/components/common/CommonHeader.vue
+++ b/admin/src/components/common/CommonHeader.vue
@@ -200,9 +200,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')
         }
@@ -325,7 +325,7 @@
 @import "@/assets/style/variables.scss";
 
 .common-header {
-  background-color: #2080f7;
+  background-color: #1E7FFF;
 }
 
 .list {
@@ -335,7 +335,7 @@
     display: flex;
     align-items: center;
     .item {
-      margin-right: 40px;
+      margin-right: 24px;
       font-size: 16px;
       font-weight: 400;
       display: flex;
@@ -475,9 +475,9 @@
         align-items: center;
         img {
             top: 0 !important;
-            width: 24px;
-            height: 24px;
-            margin-right: 15px;
+            width: 20px;
+            height: 20px;
+            margin-right: 12px;
         }
     }
     .el-dropdown {
diff --git a/admin/src/views/index.vue b/admin/src/views/index.vue
index e22a1f1..781ee02 100644
--- a/admin/src/views/index.vue
+++ b/admin/src/views/index.vue
@@ -4,7 +4,7 @@
     <div class="home_header">
       <div class="mb10 fs17">涓嬪崍濂斤紝{{ userInfo.realname }}</div>
       <div class="fs13">
-        浠婂ぉ鏄� {{ nowDate }} {{ nowWeek }}锛屾杩庤闂姕婀栫儫鑽夋櫤鎱у畨娑堝畨鍏ㄩ槻鑼冪郴缁�
+        浠婂ぉ鏄� {{ nowDate }} {{ nowWeek }}锛屾杩庤闂櫤鎱х墿娴佸洯鍖哄畨娑堜竴浣撳寲绯荤粺
       </div>
     </div>
     <div class="main">

--
Gitblit v1.9.3