From 775d77fb9a16dc7bd6ae30bf4d38eed7dc4c63cc Mon Sep 17 00:00:00 2001 From: zhang <494089941@qq.com> Date: Tue, 3 Nov 2020 15:23:52 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=90=9C=E7=B4=A2=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/ui/home/home_page.dart | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/ui/home/home_page.dart b/lib/ui/home/home_page.dart index c6a1536..cc6e44b 100644 --- a/lib/ui/home/home_page.dart +++ b/lib/ui/home/home_page.dart @@ -184,14 +184,12 @@ class _HomePageState extends State { onPressed: () {}, radius: 8.w, child: Row(children: [ + AkuBox.w(21.w), Container( child: Column( children: [ SizedBox(height: 18.w), - Icon( - Icons.zoom_in_sharp, - size: 38.w, - ), + Image.asset(R.ASSETS_HOME_IC_SEARCH_PNG,width:37.w,height:37.w), ], ), ),