更新睡眠报告
This commit is contained in:
@@ -52,6 +52,7 @@ class _HeartRateCardState extends State<HeartRateCard> {
|
||||
runSpacing: 25.rpx, // 每行之间的垂直间距
|
||||
children: List.generate(data.length, (index) {
|
||||
final item = data[index];
|
||||
item['showTip'] = true;
|
||||
return SizedBox(
|
||||
width: (MediaQuery.of(context).size.width - 160.rpx) / 3,
|
||||
child: SleepDataModuleWidget(data: item),
|
||||
|
||||
Reference in New Issue
Block a user