更新控制跳转

This commit is contained in:
wyf
2025-07-01 21:01:28 +08:00
parent fea07492f7
commit d6e85aeea2
15 changed files with 350 additions and 238 deletions

View File

@@ -195,9 +195,9 @@ Future showDateSelectionDialog(BuildContext context,
width: 100.rpx,
height: 60.rpx,
alignment: Alignment.center,
child: Text("",
child: Text("",
style: TextStyle(
fontSize: 30.rpx, color: Colors.white)),
fontSize: 30.rpx, color: stringToColor("#84F5FF"))),
),
),
],
@@ -348,10 +348,10 @@ Future<void> showWeightPickerDialog(
width: 100.rpx,
height: 60.rpx,
child: Text(
"",
"",
style: TextStyle(
fontSize: 30.rpx,
color: Colors.white,
color: stringToColor("#84F5FF"),
),
),
)),
@@ -475,10 +475,10 @@ Future<void> showHeightPickerDialog(
width: 100.rpx,
height: 60.rpx,
child: Text(
"",
"",
style: TextStyle(
fontSize: 30.rpx,
color: Colors.white,
color: stringToColor("#84F5FF"),
),
),
)),
@@ -701,7 +701,7 @@ Future showDayTimeSelectionDialog(
mainAxisSize: MainAxisSize.min,
crossAxisAlignment: CrossAxisAlignment.center,
children: <Widget>[
// 顶部栏:取消 - 标题 - 确
// 顶部栏:取消 - 标题 - 确
Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [
@@ -742,9 +742,9 @@ Future showDayTimeSelectionDialog(
width: 100.rpx,
height: 60.rpx,
alignment: Alignment.center,
child: Text("".tr,
child: Text("".tr,
style: TextStyle(
fontSize: 30.rpx, color: Colors.white)),
fontSize: 30.rpx, color: stringToColor("#84F5FF"))),
),
),
],
@@ -879,9 +879,9 @@ Future showOneSelectionDialog(
alignment: Alignment.center,
width: 100.rpx,
height: 60.rpx,
child: Text("".tr,
child: Text("".tr,
style: TextStyle(
fontSize: 30.rpx, color: Colors.white)),
fontSize: 30.rpx, color: stringToColor("#84F5FF"))),
),
),
],