From aa2f860ca61da5a5c0b87b544768cb4e99fb600a Mon Sep 17 00:00:00 2001 From: 79E <5980844@qq.com> Date: Mon, 29 May 2023 22:17:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E8=A1=A8=E5=8D=95=E6=89=8B=E6=9C=BA=E6=A8=A1=E5=BC=8F=E5=85=BC?= =?UTF-8?q?=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/LoginModal/index.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/LoginModal/index.tsx b/src/components/LoginModal/index.tsx index 40118f2..5c9e78e 100644 --- a/src/components/LoginModal/index.tsx +++ b/src/components/LoginModal/index.tsx @@ -42,8 +42,9 @@ export function LoginCard(props: { )} contentStyle={{ - width: 'auto', - minWidth: '341px' + width: '100%', + maxWidth: '340px', + minWidth: '100px' }} onFinish={async (e) => { return new Promise((resolve, reject) => {