From ccd739d5706ed70214545c2d08c8bed61a05b6d4 Mon Sep 17 00:00:00 2001 From: zhaojisen <1301338853@qq.com> Date: Fri, 24 May 2024 14:09:36 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BE=A7=E8=BE=B9=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E5=A4=B4=E9=83=A8=E6=A0=B7=E5=BC=8F=E5=BE=AE?= =?UTF-8?q?=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/NavLeft/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layout/components/NavLeft/index.vue b/src/layout/components/NavLeft/index.vue index 83628d037..1aec085a8 100644 --- a/src/layout/components/NavLeft/index.vue +++ b/src/layout/components/NavLeft/index.vue @@ -218,7 +218,7 @@ $origin-color: #ffffff; align-items: center; width: 100%; height: 50px; - font-size: 18px; + font-size: 16px; font-weight: 500; overflow: hidden; white-space: nowrap; @@ -244,7 +244,7 @@ $origin-color: #ffffff; } .icon-zone { - margin-right: 5px; + margin-right: 15px; &:hover { color: var(--color-primary);