From 9d1d8c29f29a6cdce303a2242ac8ec35c44f7b61 Mon Sep 17 00:00:00 2001 From: w-R <953969641@qq.com> Date: Wed, 28 Jul 2021 19:48:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=95=E5=AF=BC=E9=A1=B5,=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/home/guide_page.dart | 6 +++--- lib/home/home_page.dart | 2 +- lib/main.dart | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/home/guide_page.dart b/lib/home/guide_page.dart index 1f2f5d28..0ce23763 100644 --- a/lib/home/guide_page.dart +++ b/lib/home/guide_page.dart @@ -34,7 +34,7 @@ class _GuidePage extends State { color: Colors.white, child: Center( child: Container( - margin: EdgeInsets.only(top: 125, left: 19, right: 19), + margin: EdgeInsets.only(top: 120, left: 19, right: 19), child: Stack( children: [ Column( @@ -118,7 +118,7 @@ class _GuidePage extends State { color: Colors.white, child: Center( child: Container( - margin: EdgeInsets.only(top: 125, left: 19, right: 19), + margin: EdgeInsets.only(top: 120, left: 19, right: 19), child: Stack( children: [ Column( @@ -202,7 +202,7 @@ class _GuidePage extends State { color: Colors.white, child: Center( child: Container( - margin: EdgeInsets.only(top: 125, left: 19, right: 19), + margin: EdgeInsets.only(top: 120, left: 19, right: 19), child: Stack( children: [ Column( diff --git a/lib/home/home_page.dart b/lib/home/home_page.dart index 59651ca8..35c024f7 100644 --- a/lib/home/home_page.dart +++ b/lib/home/home_page.dart @@ -482,7 +482,7 @@ class _HomePage extends State with AutomaticKeepAliveClientMixin { children: [ MImage( goods.mainImgPath, - aspectRatio: 3/2, + aspectRatio: 5/3, radius: BorderRadius.only( topLeft: Radius.circular(4), topRight: Radius.circular(4), diff --git a/lib/main.dart b/lib/main.dart index fdec039d..48fcf29e 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -179,9 +179,9 @@ class MyApp extends StatelessWidget { } Map routers = { + '/router/guide_Page': (context, {arguments}) => GuidePage(), '/router/login_page': (context, {arguments}) => LoginPage(arguments: arguments), '/router/main_page': (context, {arguments}) => MainPage(), - '/router/guide_Page': (context, {arguments}) => GuidePage(), '/router/msg_page': (context, {arguments}) => MainMessagePage(), '/router/system_msg_page': (context, {arguments}) => SystemMessagePage(), '/router/exchange_order_details': (context, {arguments}) =>