From cef5f19b9dbe6487942086c9e8896eac40b21e4f Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期三, 17 十二月 2025 17:32:28 +0800
Subject: [PATCH] 最新版本541200007
---
admin/src/components/common/CommonHeader.vue | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/admin/src/components/common/CommonHeader.vue b/admin/src/components/common/CommonHeader.vue
index 945df5a..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,14 +344,14 @@
display: flex;
align-items: center;
.item {
- margin-right: 40px;
+ margin-right: 24px;
font-size: 16px;
font-weight: 400;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
- height: 40px;
+ height: 49px;
cursor: pointer;
.linellae {
@@ -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