更新睡眠报告
This commit is contained in:
1020
lib/pages/sleep_report/mht_new_sleep_report_page.dart
Normal file
1020
lib/pages/sleep_report/mht_new_sleep_report_page.dart
Normal file
File diff suppressed because it is too large
Load Diff
@@ -142,10 +142,12 @@ class _NewSleepReportPageState extends State<NewSleepReportPage> {
|
||||
),
|
||||
|
||||
/// 左边返回按钮
|
||||
Positioned(
|
||||
left: 0,
|
||||
child: returnIconButtom,
|
||||
),
|
||||
if (widget.data['arrow'] == null ||
|
||||
widget.data['arrow'] == true)
|
||||
Positioned(
|
||||
left: 0,
|
||||
child: returnIconButtom,
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user