This commit is contained in:
wyf
2025-05-22 08:56:27 +08:00
parent 489e907e00
commit 8a418c9c98
39 changed files with 5964 additions and 144 deletions

View File

@@ -41,6 +41,9 @@ class DynamicReportDetailWidget extends StatelessWidget {
mainAxisSize: MainAxisSize.max,
children: [
_buildHeader(context),
SizedBox(
height: 33.rpx,
),
_buildSleepDateWidgets(),
SizedBox(height: 20.rpx),
_buildSleepDataModuleWidgets(),