This commit is contained in:
wyf
2025-06-03 09:20:47 +08:00
parent b0beb002ad
commit 79a9f165e1
3 changed files with 5 additions and 4 deletions

View File

@@ -81,7 +81,7 @@ class _HelpPageState extends State<HelpPage> {
body: SafeArea( body: SafeArea(
top: true, top: true,
child: Padding( child: Padding(
padding: EdgeInsets.symmetric(horizontal: 30.rpx), padding: EdgeInsets.symmetric(horizontal: 0.rpx),
child: Column(children: [ child: Column(children: [
Expanded( Expanded(
child: Container( child: Container(

View File

@@ -1056,7 +1056,8 @@ class _HomePageState extends State<HomePage> {
stateModule.length, stateModule.length,
(j) { (j) {
stateModule[j]['onto'] = true; stateModule[j]['onto'] = true;
stateModule[j]['time'] = currentTime; stateModule[j]['time'] =
currentTime;
return SleepDataModuleWidget( return SleepDataModuleWidget(
data: stateModule[j], data: stateModule[j],
); );

View File

@@ -693,7 +693,7 @@ class _MinePageState extends State<MinePage> {
mainAxisSize: MainAxisSize.max, mainAxisSize: MainAxisSize.max,
children: [ children: [
Text( Text(
'V1.0.2505.29', 'V1.0.2506.03',
style: style:
FlutterFlowTheme.of(context) FlutterFlowTheme.of(context)
.bodyMedium .bodyMedium