From 86bee04f8590e0c3b5076d412917b16d082d6d1a Mon Sep 17 00:00:00 2001 From: xufei <727302827@qq.com> Date: Thu, 2 Apr 2026 17:34:28 +0800 Subject: [PATCH] =?UTF-8?q?2026.4.2=20=E5=BE=85=E5=8A=9E=E5=88=86=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/home/home_page.dart | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/lib/pages/home/home_page.dart b/lib/pages/home/home_page.dart index 441f60c..1d4a459 100644 --- a/lib/pages/home/home_page.dart +++ b/lib/pages/home/home_page.dart @@ -887,16 +887,17 @@ class HomePageState extends RouteAwareState child: Column( crossAxisAlignment: CrossAxisAlignment.start, children: [ - Row( - mainAxisAlignment: MainAxisAlignment.spaceBetween, - children: [ + // Row( + // mainAxisAlignment: MainAxisAlignment.spaceBetween, + // children: [ Text( item['title'], style: const TextStyle(fontSize: 15, fontWeight: FontWeight.bold, color: Colors.black87), ), + SizedBox(height: 4,), Text(item['content'], style: TextStyle(fontSize: 12, color: Colors.grey[500])), - ], - ), + // ], + // ), const Divider(), Row( mainAxisAlignment: MainAxisAlignment.spaceBetween,