From e307cd7e946a3714b3a2515cf6437fed220b1638 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BE=9A=E7=9A=93?= <1736436516@qq.com> Date: Fri, 6 Sep 2024 09:15:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=95=E8=BE=B9=E6=A0=8F=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Layout.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/Layout.vue b/src/components/Layout.vue index 3914879..5e18330 100644 --- a/src/components/Layout.vue +++ b/src/components/Layout.vue @@ -236,8 +236,10 @@ watch( /* padding: 10px; */ font-size: 16px; color: #333; - height: 5vh; - + height: 2vh; + display: flex; + justify-content: center; + text-align: center; /* flex-shrink: 0; */ }