From f02b28682293e5d1a595211b79459d5b803c5fc7 Mon Sep 17 00:00:00 2001 From: orz12 Date: Sun, 21 Jul 2024 09:07:27 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=90=9C=E7=B4=A2=E9=A1=B5=E8=A1=A5?= =?UTF-8?q?=E5=85=85=E5=BA=95=E9=83=A8=E5=86=85=E8=BE=B9=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/search/view.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/pages/search/view.dart b/lib/pages/search/view.dart index 2cc93f3ea..ffeff4ebb 100644 --- a/lib/pages/search/view.dart +++ b/lib/pages/search/view.dart @@ -222,7 +222,8 @@ class _SearchPageState extends State with RouteAware { return Obx( () => Container( width: double.infinity, - padding: const EdgeInsets.fromLTRB(10, 25, 6, 0), + padding: EdgeInsets.fromLTRB( + 10, 25, 6, MediaQuery.of(context).padding.bottom + 50), child: Column( crossAxisAlignment: CrossAxisAlignment.start, children: [