更新
This commit is contained in:
@@ -160,7 +160,7 @@ class _CalibrationPageState extends State<CalibrationPage> {
|
||||
height: 60.rpx,
|
||||
alignment: Alignment.center,
|
||||
padding: EdgeInsetsDirectional.fromSTEB(
|
||||
16.rpx, 0, 16.rpx, 0),
|
||||
0.rpx, 0, 0.rpx, 0),
|
||||
child: Text(
|
||||
'下一步'.tr,
|
||||
style: TextStyle(
|
||||
|
||||
@@ -194,7 +194,6 @@ class _WifiPageState extends State<WifiPage> {
|
||||
}
|
||||
return Container();
|
||||
}),
|
||||
|
||||
],
|
||||
),
|
||||
|
||||
@@ -229,7 +228,7 @@ class _WifiPageState extends State<WifiPage> {
|
||||
height: 60.rpx,
|
||||
alignment: Alignment.center,
|
||||
padding: EdgeInsetsDirectional.fromSTEB(
|
||||
16.rpx, 0, 16.rpx, 0),
|
||||
0.rpx, 0, 0.rpx, 0),
|
||||
child: Text(
|
||||
'下一步'.tr,
|
||||
style: FlutterFlowTheme.of(context)
|
||||
@@ -243,7 +242,6 @@ class _WifiPageState extends State<WifiPage> {
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user