From f28188473de34fc9388eba2f2dcf11884d7a7992 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=9F=E8=B4=A4?= Date: Tue, 23 Aug 2022 11:37:57 +0800 Subject: [PATCH] fix: fix login style error --- config/config.ts | 1 - src/pages/User/Login/index.tsx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/config/config.ts b/config/config.ts index 5fd1f5de..08f40d11 100644 --- a/config/config.ts +++ b/config/config.ts @@ -78,7 +78,6 @@ export default defineConfig({ */ layout: { locale: true, - siderWidth: 208, ...defaultSettings, }, /** diff --git a/src/pages/User/Login/index.tsx b/src/pages/User/Login/index.tsx index 080d6faa..1acb5bc4 100644 --- a/src/pages/User/Login/index.tsx +++ b/src/pages/User/Login/index.tsx @@ -108,7 +108,7 @@ const Login: React.FC = () => { await handleSubmit(values as API.LoginParams); }} > - +