更新样式

This commit is contained in:
wyf
2025-08-22 17:00:56 +08:00
parent c432212870
commit 523979750d
6 changed files with 14 additions and 11 deletions

View File

@@ -182,8 +182,14 @@ class _NewSleepReportPageState extends State<NewSleepReportPage> {
return Column(
children: [
Padding(
padding:
EdgeInsetsDirectional.fromSTEB(0, 30.rpx, 0, 0),
padding: EdgeInsetsDirectional.fromSTEB(
0,
(widget.data['reportPadding'] != null &&
widget.data['reportPadding'] == false)
? 0.rpx
: 30.rpx,
0,
0),
child: Container(
width: double.infinity,
constraints: BoxConstraints(