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

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

diff --git a/admin/.env b/admin/.env
index fc2f445..eb614dd 100644
--- a/admin/.env
+++ b/admin/.env
@@ -10,4 +10,4 @@
 VUE_APP_API_PREFIX = '/system_gateway'
 
 # 椤圭洰鍚嶇О
-VUE_APP_TITLE = '鑺滄箹鐑熻崏鏅烘収瀹夋秷瀹夊叏闃茶寖绯荤粺'
+VUE_APP_TITLE = '鏅烘収鐗╂祦鍥尯瀹夋秷涓�浣撳寲绯荤粺'
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 {
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