From f18c39ff60229576d2c19896d48daf543d7f7a1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Thu, 24 Oct 2024 00:28:45 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=BC=A9=E5=B0=8F=E9=9D=A2=E6=9D=BF?= =?UTF-8?q?=E4=BE=A7=E8=BE=B9=E6=A0=8F=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/settings/theme.json | 2 +- web/src/layout/sidebar/components/SideLogo.vue | 4 ++-- web/src/store/modules/theme/helpers.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/settings/theme.json b/web/settings/theme.json index 4380f3f2..2187b6a5 100644 --- a/web/settings/theme.json +++ b/web/settings/theme.json @@ -2,7 +2,7 @@ "isMobile": false, "darkMode": false, "sider": { - "width": 220, + "width": 160, "collapsedWidth": 64, "collapsed": false }, diff --git a/web/src/layout/sidebar/components/SideLogo.vue b/web/src/layout/sidebar/components/SideLogo.vue index 75920c18..fd5e2b8a 100644 --- a/web/src/layout/sidebar/components/SideLogo.vue +++ b/web/src/layout/sidebar/components/SideLogo.vue @@ -8,10 +8,10 @@ const themeStore = useThemeStore()