From a81e4a3496bc8d40ef24c739f0d8d05810c14678 Mon Sep 17 00:00:00 2001 From: caiyuchao Date: Wed, 9 Jul 2025 14:59:20 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BE=A7=E8=BE=B9=E6=A0=8F?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/preferences.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/web-antd/src/preferences.ts b/apps/web-antd/src/preferences.ts index 0bea780..f76326a 100644 --- a/apps/web-antd/src/preferences.ts +++ b/apps/web-antd/src/preferences.ts @@ -32,4 +32,7 @@ export const overridesPreferences = defineOverridesPreferences({ companySiteLink: 'https://www.agrandtech.com.cn', date: '2025', }, + sidebar: { + width: 200, + }, });