From 79a9f165e10fdce129fce0908b1c3d83f85ccd30 Mon Sep 17 00:00:00 2001 From: wyf <494641114@qq.com> Date: Tue, 3 Jun 2025 09:20:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/main_bottom/help_page.dart | 4 ++-- lib/pages/main_bottom/home_page.dart | 3 ++- lib/pages/main_bottom/mine_page.dart | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) 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