refactor: 移除恢复账号页面的标题和副标题

- 移除「手机号+密码登录」标题
- 移除「输入您的手机号和密码」副标题
- 页面更简洁,顶部只保留「恢复账号」导航标题

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
hailin 2025-12-21 03:47:29 -08:00
parent 9e26b2750f
commit 9102a2a6d7
1 changed files with 0 additions and 18 deletions

View File

@ -153,24 +153,6 @@ class _PhoneLoginPageState extends ConsumerState<PhoneLoginPage> {
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(),