From ec8fad973800caf26f5a0def7e4e03d727cbfeae Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 17 十二月 2025 18:21:55 +0800
Subject: [PATCH] 样式修改
---
admin/src/components/common/CommonHeader.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/admin/src/components/common/CommonHeader.vue b/admin/src/components/common/CommonHeader.vue
index 10ef026..60ac907 100644
--- a/admin/src/components/common/CommonHeader.vue
+++ b/admin/src/components/common/CommonHeader.vue
@@ -379,7 +379,7 @@
box-sizing: border-box;
min-width: 360px;
height: 56px;
- padding: 10px 20px;
+ padding: 10px 12px;
// flex-shrink: 0;
line-height: 36px;
font-size: 22px;
@@ -484,8 +484,8 @@
align-items: center;
img {
top: 0 !important;
- width: 20px;
- height: 20px;
+ width: 18px;
+ height: 18px;
margin-right: 12px;
}
}
--
Gitblit v1.9.3