fix:调整远程开锁的文本显示

This commit is contained in:
liyi 2025-03-31 15:56:47 +08:00
parent 867dadd7b7
commit 51e519bd7b

View File

@ -42,7 +42,7 @@ class _RemoteUnlockingPageState extends State<RemoteUnlockingPage>
children: <Widget>[ children: <Widget>[
Expanded( Expanded(
child: Text( child: Text(
'功能开启后,你将可以通过网关远程开锁。'.tr, '功能开启后,你将可以通过网关远程开锁。'.tr + '此功能的开启和关闭只能在锁附近通过手机蓝牙进行'.tr,
style: TextStyle( style: TextStyle(
fontSize: 20.sp, color: AppColors.darkGrayTextColor), fontSize: 20.sp, color: AppColors.darkGrayTextColor),
)), )),
@ -64,11 +64,11 @@ class _RemoteUnlockingPageState extends State<RemoteUnlockingPage>
], ],
); );
}), }),
Padding( // Padding(
padding: EdgeInsets.only(top: 20.h), // padding: EdgeInsets.only(top: 20.h),
child: Text('此功能的开启和关闭只能在锁附近通过手机蓝牙进行'.tr, // child: Text('此功能的开启和关闭只能在锁附近通过手机蓝牙进行'.tr,
style: TextStyle(fontSize: 20.sp)), // style: TextStyle(fontSize: 20.sp)),
), // ),
SizedBox( SizedBox(
height: 40.h, height: 40.h,
), ),