|
@@ -101,6 +101,7 @@ class _PageState extends State<WeightPage> {
|
|
|
? Container(
|
|
|
margin: EdgeInsets.all(25),
|
|
|
child: PrimaryButton(
|
|
|
+ height: 44,
|
|
|
content: "完成",
|
|
|
callback: () async {
|
|
|
await _updateInfo();
|
|
@@ -116,6 +117,7 @@ class _PageState extends State<WeightPage> {
|
|
|
child: Padding(
|
|
|
padding: const EdgeInsets.all(8.0),
|
|
|
child: CancelButton(
|
|
|
+ height: 44,
|
|
|
content: "取消",
|
|
|
callback: () {
|
|
|
Navigator.maybePop(context);
|
|
@@ -126,6 +128,7 @@ class _PageState extends State<WeightPage> {
|
|
|
child: Padding(
|
|
|
padding: const EdgeInsets.all(8.0),
|
|
|
child: PrimaryButton(
|
|
|
+ height: 44,
|
|
|
content: "完成",
|
|
|
callback: () async {
|
|
|
await _updateInfo();
|