From 957bba3ae7595710af96626c2983cd6ce12463a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BF=97=E9=B9=8F?= <2916022834@qq.com> Date: Thu, 14 May 2026 14:39:55 +0800 Subject: [PATCH] 1 --- src/components/main-header.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/main-header.vue b/src/components/main-header.vue index 7cf5284..ca693b6 100644 --- a/src/components/main-header.vue +++ b/src/components/main-header.vue @@ -49,8 +49,9 @@ .main-header { position: fixed; width: 100%; - height: 55px; + height: 85px; padding: 15px 30px; + box-sizing: border-box; top: 0; left: 0; z-index: 10000;