From ab8916368555c6d7de18bded745ef76063936255 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Wed, 8 Apr 2026 00:54:19 +0800 Subject: [PATCH] =?UTF-8?q?fix(phone-auth):=20=E4=BF=AE=E5=A4=8D=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E5=8A=A0=E8=BD=BD=E5=8A=A8=E7=94=BB=E8=BE=B9=E6=A1=86?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除登录加载动画中多余的border-white/30样式 - 保证加载动画边框仅显示顶部白色 - 优化登录中加载状态的视觉效果 --- src/passport/phone-auth/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/passport/phone-auth/index.tsx b/src/passport/phone-auth/index.tsx index 5daaea8..36af874 100644 --- a/src/passport/phone-auth/index.tsx +++ b/src/passport/phone-auth/index.tsx @@ -273,7 +273,7 @@ const PhoneAuthLogin = () => { > {loading ? ( <> -
+ 登录中... > ) : (