From 9102a2a6d7e21fbaf568eee47f1f6d52cc83b680 Mon Sep 17 00:00:00 2001 From: hailin Date: Sun, 21 Dec 2025 03:47:29 -0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=E6=81=A2?= =?UTF-8?q?=E5=A4=8D=E8=B4=A6=E5=8F=B7=E9=A1=B5=E9=9D=A2=E7=9A=84=E6=A0=87?= =?UTF-8?q?=E9=A2=98=E5=92=8C=E5=89=AF=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除「手机号+密码登录」标题 - 移除「输入您的手机号和密码」副标题 - 页面更简洁,顶部只保留「恢复账号」导航标题 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- .../presentation/pages/phone_login_page.dart | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/frontend/mobile-app/lib/features/auth/presentation/pages/phone_login_page.dart b/frontend/mobile-app/lib/features/auth/presentation/pages/phone_login_page.dart index c8c6c6e2..d803bfb2 100644 --- a/frontend/mobile-app/lib/features/auth/presentation/pages/phone_login_page.dart +++ b/frontend/mobile-app/lib/features/auth/presentation/pages/phone_login_page.dart @@ -153,24 +153,6 @@ class _PhoneLoginPageState extends ConsumerState { child: Column( crossAxisAlignment: CrossAxisAlignment.start, children: [ - SizedBox(height: 32.h), - // 标题 - Text( - '手机号+密码登录', - style: TextStyle( - fontSize: 24.sp, - fontWeight: FontWeight.w700, - color: const Color(0xFF5D4037), - ), - ), - SizedBox(height: 8.h), - Text( - '输入您的手机号和密码', - style: TextStyle( - fontSize: 14.sp, - color: const Color(0xFF8B6F47), - ), - ), SizedBox(height: 32.h), // 手机号输入框 _buildPhoneInput(),