2026.4.2 待办分行
parent
61121e4f8d
commit
86bee04f85
|
|
@ -887,16 +887,17 @@ class HomePageState extends RouteAwareState<HomePage>
|
||||||
child: Column(
|
child: Column(
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
children: [
|
children: [
|
||||||
Row(
|
// Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
// mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||||
children: [
|
// children: [
|
||||||
Text(
|
Text(
|
||||||
item['title'],
|
item['title'],
|
||||||
style: const TextStyle(fontSize: 15, fontWeight: FontWeight.bold, color: Colors.black87),
|
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])),
|
Text(item['content'], style: TextStyle(fontSize: 12, color: Colors.grey[500])),
|
||||||
],
|
// ],
|
||||||
),
|
// ),
|
||||||
const Divider(),
|
const Divider(),
|
||||||
Row(
|
Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue