调整
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user