This commit is contained in:
wyf
2025-06-03 09:03:03 +08:00
parent eed93bc6a4
commit b0beb002ad
2 changed files with 4 additions and 6 deletions

View File

@@ -160,7 +160,7 @@ class _CalibrationPageState extends State<CalibrationPage> {
height: 60.rpx, height: 60.rpx,
alignment: Alignment.center, alignment: Alignment.center,
padding: EdgeInsetsDirectional.fromSTEB( padding: EdgeInsetsDirectional.fromSTEB(
16.rpx, 0, 16.rpx, 0), 0.rpx, 0, 0.rpx, 0),
child: Text( child: Text(
'下一步'.tr, '下一步'.tr,
style: TextStyle( style: TextStyle(

View File

@@ -194,7 +194,6 @@ class _WifiPageState extends State<WifiPage> {
} }
return Container(); return Container();
}), }),
], ],
), ),
@@ -229,7 +228,7 @@ class _WifiPageState extends State<WifiPage> {
height: 60.rpx, height: 60.rpx,
alignment: Alignment.center, alignment: Alignment.center,
padding: EdgeInsetsDirectional.fromSTEB( padding: EdgeInsetsDirectional.fromSTEB(
16.rpx, 0, 16.rpx, 0), 0.rpx, 0, 0.rpx, 0),
child: Text( child: Text(
'下一步'.tr, '下一步'.tr,
style: FlutterFlowTheme.of(context) style: FlutterFlowTheme.of(context)
@@ -243,7 +242,6 @@ class _WifiPageState extends State<WifiPage> {
), ),
), ),
), ),
], ],
), ),
), ),