更新控制跳转
This commit is contained in:
@@ -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"))),
|
||||
),
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user