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,