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; }