This commit is contained in:
wyf
2025-11-14 15:12:35 +08:00
parent 7e44998240
commit 18bd13a7b6
18 changed files with 431 additions and 112 deletions

View File

@@ -611,29 +611,32 @@ class _InstantBodyPageState extends State<InstantBodyPage>
SizedBox(
height: 40.rpx,
),
Column(
children: [
Text(
"MAC号".tr +
": ${widget.personInfo['mac'] ?? '未知数据'.tr}",
style: TextStyle(
color: themeController.currentColor.sc4,
fontSize:
AppConstants().middler_text_fontSize,
Padding(
padding: EdgeInsets.fromLTRB(46.rpx, 0, 46.rpx, 0),
child: Column(
children: [
Text(
"MAC号".tr +
": ${widget.personInfo['mac'] ?? '未知数据'.tr}",
style: TextStyle(
color: themeController.currentColor.sc4,
fontSize:
AppConstants().middler_text_fontSize,
),
),
),
SizedBox(
height: 4.rpx,
),
Text(
"睡眠报告提示".tr,
style: TextStyle(
color: themeController.currentColor.sc4,
fontSize:
AppConstants().middler_text_fontSize,
SizedBox(
height: 4.rpx,
),
),
],
Text(
"睡眠报告提示".tr,
style: TextStyle(
color: themeController.currentColor.sc4,
fontSize:
AppConstants().middler_text_fontSize,
),
),
],
),
),
SizedBox(
height: 40.rpx,