From 2b7a30983e4fafadc942ca3a65d782564b43563f Mon Sep 17 00:00:00 2001 From: hailin Date: Thu, 29 Jan 2026 09:52:37 -0800 Subject: [PATCH] =?UTF-8?q?fix(mining-app):=20=E4=BF=AE=E5=A4=8D=E8=B4=A1?= =?UTF-8?q?=E7=8C=AE=E5=80=BC=E6=98=8E=E7=BB=86=E7=AD=9B=E9=80=89=E6=A0=8F?= =?UTF-8?q?=E6=BA=A2=E5=87=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 使用 SingleChildScrollView 包装筛选栏,支持横向滚动 Co-Authored-By: Claude Opus 4.5 --- .../contribution_records_page.dart | 26 +++++++++++-------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/frontend/mining-app/lib/presentation/pages/contribution/contribution_records_page.dart b/frontend/mining-app/lib/presentation/pages/contribution/contribution_records_page.dart index 20b423b1..8e5257a2 100644 --- a/frontend/mining-app/lib/presentation/pages/contribution/contribution_records_page.dart +++ b/frontend/mining-app/lib/presentation/pages/contribution/contribution_records_page.dart @@ -95,17 +95,21 @@ class _ContributionRecordsListPageState extends ConsumerState