From 880aa37675c26799da57eb6eb52dec0aabdf4282 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sat, 19 Apr 2025 19:37:02 +0800 Subject: [PATCH] =?UTF-8?q?refactor=EF=BC=9A=E5=85=B3=E9=97=AD=20footer?= =?UTF-8?q?=EF=BC=8C=E5=9B=A0=E4=B8=BA=E6=9C=89=E4=B8=80=E5=AE=9A=E7=9A=84?= =?UTF-8?q?=E9=81=AE=E6=8C=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/preferences.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/web-antd/src/preferences.ts b/apps/web-antd/src/preferences.ts index 3d26e0dd2..73eb135cb 100644 --- a/apps/web-antd/src/preferences.ts +++ b/apps/web-antd/src/preferences.ts @@ -14,8 +14,9 @@ export const overridesPreferences = defineOverridesPreferences({ enableRefreshToken: true, }, footer: { - enable: true, - fixed: true, + /** 默认关闭 footer 页脚,因为有一定遮挡 */ + enable: false, + fixed: false, }, copyright: { companyName: import.meta.env.VITE_APP_TITLE,