1.更新睡眠报告无数据时居中显示

2.更新控制按钮变圆圈
3.修复首页设备列表名称太长导致控制图标挤出去
This commit is contained in:
wyf
2025-07-15 14:18:16 +08:00
parent 35cf04b580
commit 6423485e34
5 changed files with 592 additions and 43 deletions

View File

@@ -211,7 +211,7 @@ class DeviceInfoWidget extends GetView {
webviewTestController.web.jsbridge?.dart
.pageActive(false);
await Future.delayed(Duration(seconds: 1));
// await Future.delayed(Duration(seconds: 1));
webviewTestController.web.jsbridge?.dart
.appToHtmlDevice(device);
MainPageBBottomChange.jumpTo(2);