更新睡眠报告
This commit is contained in:
@@ -325,6 +325,7 @@ class _InstantBodyPageState extends State<InstantBodyPage> {
|
||||
),
|
||||
].divide(SizedBox(height: 34.rpx)),
|
||||
),
|
||||
|
||||
Column(
|
||||
crossAxisAlignment:
|
||||
CrossAxisAlignment.start,
|
||||
@@ -342,6 +343,8 @@ class _InstantBodyPageState extends State<InstantBodyPage> {
|
||||
color: themeController
|
||||
.currentColor.sc3,
|
||||
),
|
||||
maxLines: 1,
|
||||
overflow: TextOverflow.ellipsis,
|
||||
),
|
||||
Text(
|
||||
'${device['person']?['weight'] ?? '未知数据'.tr}kg',
|
||||
@@ -358,6 +361,7 @@ class _InstantBodyPageState extends State<InstantBodyPage> {
|
||||
),
|
||||
].divide(SizedBox(height: 34.rpx)),
|
||||
),
|
||||
|
||||
]
|
||||
.divide(SizedBox(width: 33.rpx))
|
||||
.addToStart(SizedBox(width: 37.rpx)),
|
||||
|
||||
Reference in New Issue
Block a user