This commit is contained in:
2026-01-29 19:26:59 +08:00
parent 1177be821a
commit d09faac1d2
7 changed files with 56 additions and 29 deletions

View File

@@ -68,13 +68,14 @@ class _LoginPageState extends State<LoginPage> with SingleTickerProviderStateMix
return Scaffold(
backgroundColor: Colors.white,
resizeToAvoidBottomInset: false,
body: GestureDetector(
onTap: () {
hideKeyboard();
},
child: Stack(
children: [
// 1. 顶部背景与装饰
//顶部背景与装饰
Positioned(
top: 0,
left: 0,
@@ -92,9 +93,9 @@ class _LoginPageState extends State<LoginPage> with SingleTickerProviderStateMix
),
_buildBrandingHeader(),
// 2. 登录表单主体
// 登录表单主体
Positioned(
top: 280.h,
top: 300.h,
left: 0,
right: 0,
bottom: 0,