From b34a8342d20d6ebd1d18934d01c258600fb69820 Mon Sep 17 00:00:00 2001 From: wgh19 Date: Thu, 23 May 2024 13:55:44 +0800 Subject: [PATCH] fix ui --- lib/pages/user_info_page.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/pages/user_info_page.dart b/lib/pages/user_info_page.dart index 016f34f..9193d5f 100644 --- a/lib/pages/user_info_page.dart +++ b/lib/pages/user_info_page.dart @@ -545,7 +545,8 @@ class _RelatedUsersState hoveringMainAxisMargin: 4), child: content); } - return content; + return MediaQuery.removePadding( + context: context, removeBottom: true, child: content); } @override