2026.4.2 待办分行

master
xufei 2026-04-02 17:34:28 +08:00
parent 61121e4f8d
commit 86bee04f85
1 changed files with 6 additions and 5 deletions

View File

@ -887,16 +887,17 @@ class HomePageState extends RouteAwareState<HomePage>
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,