diff --git a/lib/pages/main_bottom/help_page.dart b/lib/pages/main_bottom/help_page.dart index c84bd1f..8c27bbb 100644 --- a/lib/pages/main_bottom/help_page.dart +++ b/lib/pages/main_bottom/help_page.dart @@ -77,11 +77,11 @@ class _HelpPageState extends State { actions: [], centerTitle: false, ), - + body: SafeArea( top: true, child: Padding( - padding: EdgeInsets.symmetric(horizontal: 30.rpx), + padding: EdgeInsets.symmetric(horizontal: 0.rpx), child: Column(children: [ Expanded( child: Container( diff --git a/lib/pages/main_bottom/home_page.dart b/lib/pages/main_bottom/home_page.dart index e60b380..d81ef3e 100644 --- a/lib/pages/main_bottom/home_page.dart +++ b/lib/pages/main_bottom/home_page.dart @@ -1056,7 +1056,8 @@ class _HomePageState extends State { stateModule.length, (j) { stateModule[j]['onto'] = true; - stateModule[j]['time'] = currentTime; + stateModule[j]['time'] = + currentTime; return SleepDataModuleWidget( data: stateModule[j], ); diff --git a/lib/pages/main_bottom/mine_page.dart b/lib/pages/main_bottom/mine_page.dart index 5e0a95d..6d6b5f2 100644 --- a/lib/pages/main_bottom/mine_page.dart +++ b/lib/pages/main_bottom/mine_page.dart @@ -693,7 +693,7 @@ class _MinePageState extends State { mainAxisSize: MainAxisSize.max, children: [ Text( - 'V1.0.2505.29', + 'V1.0.2506.03', style: FlutterFlowTheme.of(context) .bodyMedium