From 65d39aad4071a75810f3cf6e23974fbfc0fec189 Mon Sep 17 00:00:00 2001 From: Jolie <412895109@qq.com> Date: Fri, 7 Nov 2025 00:24:23 +0800 Subject: [PATCH] =?UTF-8?q?IM=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/mine/login_page.dart | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/pages/mine/login_page.dart b/lib/pages/mine/login_page.dart index 25841d5..126daaf 100644 --- a/lib/pages/mine/login_page.dart +++ b/lib/pages/mine/login_page.dart @@ -24,11 +24,12 @@ class LoginPage extends StatelessWidget { width: 1.sw, height: 1.sh, ), - SizedBox( - height: MediaQuery.of(context).size.height, + Container( + height: 1.sh, + padding: EdgeInsets.symmetric(horizontal: 20), child: Column( children: [ - const SizedBox(height: 130), + const SizedBox(height: 150), // Logo和标题区域 Center(