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(),