Browse Source

增加确实数据

ios
王子贤 2 months ago
parent
commit
ad112e31cc
1 changed files with 3 additions and 3 deletions
  1. 6
      lib/pages/home/event_info.dart

6
lib/pages/home/event_info.dart

@ -146,7 +146,7 @@ class EventInfo extends StatelessWidget {
),
),
Text(
"${controller.item.value.numberMan}人 女${controller.item.value.womanNumber}",
"${controller.item.value.numberMan}人 女${controller.item.value.numberWoman}",
style: TextStyle(
fontSize: 12.w,
color: const Color.fromRGBO(144, 144, 144, 1)
@ -203,7 +203,7 @@ class EventInfo extends StatelessWidget {
"${(controller.item.value.manNumber ?? 0)}",
style: TextStyle(
fontSize: 13.w,
color: const Color.fromRGBO(237, 245, 255, 1),
color: const Color.fromRGBO(120, 140, 255, 1),
),
),
],
@ -221,7 +221,7 @@ class EventInfo extends StatelessWidget {
"${(controller.item.value.womanNumber ?? 0)}",
style: TextStyle(
fontSize: 13.w,
color: const Color.fromRGBO(255, 237, 255, 1),
color: const Color.fromRGBO(255, 66, 236, 1),
),
),
],

Loading…
Cancel
Save