From b7b3306f22734e837666d5873a78a4ebc067062a Mon Sep 17 00:00:00 2001 From: lwh <2679599887@qq.com> Date: Fri, 2 Jun 2023 21:46:13 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BF=AE=E6=94=B9=E5=9B=BE=E6=A0=87?= =?UTF-8?q?=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Sidebar/Logo.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue index 0e6e10f..41e55d2 100644 --- a/src/layout/components/Sidebar/Logo.vue +++ b/src/layout/components/Sidebar/Logo.vue @@ -53,8 +53,8 @@ const sideTheme = computed(() => settingsStore.sideTheme); width: 100%; & .sidebar-logo { - width: 50px; - height: 50px; + width: 70px; + height: 70px; vertical-align: middle; margin-right: 12px; }