2026.4.2 待办分行
parent
61121e4f8d
commit
86bee04f85
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue