From 0d73bab4c7e86e4f9ad6cb515b7e597ef37c08fa Mon Sep 17 00:00:00 2001 From: xkeyC <3334969096@qq.com> Date: Tue, 28 Nov 2023 23:12:08 +0800 Subject: [PATCH] ui fix --- lib/ui/home/home_ui.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ui/home/home_ui.dart b/lib/ui/home/home_ui.dart index f61e495..19bff36 100644 --- a/lib/ui/home/home_ui.dart +++ b/lib/ui/home/home_ui.dart @@ -233,7 +233,7 @@ class HomeUI extends BaseUI { left: 24, bottom: 0, child: SizedBox( - height: 420, + height: 415, child: ScrollConfiguration( behavior: ScrollConfiguration.of(context).copyWith(scrollbars: false), @@ -241,7 +241,7 @@ class HomeUI extends BaseUI { child: Column( children: [ SizedBox( - height: 200, + height: 190, width: 316, child: Tilt( shadowConfig: const ShadowConfig(maxIntensity: .3), @@ -290,7 +290,7 @@ class HomeUI extends BaseUI { ) : Column( children: [ - const SizedBox(height: 12), + const SizedBox(height: 1), ListView.builder( physics: const NeverScrollableScrollPhysics(),