更新睡眠报告

This commit is contained in:
wyf
2025-06-17 13:45:21 +08:00
parent 1fe783d42e
commit 1eaa24791d
6 changed files with 1423 additions and 13 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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,
),
],
),
),