fix:调整远程开锁的文本显示
This commit is contained in:
parent
867dadd7b7
commit
51e519bd7b
@ -42,7 +42,7 @@ class _RemoteUnlockingPageState extends State<RemoteUnlockingPage>
|
||||
children: <Widget>[
|
||||
Expanded(
|
||||
child: Text(
|
||||
'功能开启后,你将可以通过网关远程开锁。'.tr,
|
||||
'功能开启后,你将可以通过网关远程开锁。'.tr + '此功能的开启和关闭只能在锁附近通过手机蓝牙进行'.tr,
|
||||
style: TextStyle(
|
||||
fontSize: 20.sp, color: AppColors.darkGrayTextColor),
|
||||
)),
|
||||
@ -64,11 +64,11 @@ class _RemoteUnlockingPageState extends State<RemoteUnlockingPage>
|
||||
],
|
||||
);
|
||||
}),
|
||||
Padding(
|
||||
padding: EdgeInsets.only(top: 20.h),
|
||||
child: Text('此功能的开启和关闭只能在锁附近通过手机蓝牙进行'.tr,
|
||||
style: TextStyle(fontSize: 20.sp)),
|
||||
),
|
||||
// Padding(
|
||||
// padding: EdgeInsets.only(top: 20.h),
|
||||
// child: Text('此功能的开启和关闭只能在锁附近通过手机蓝牙进行'.tr,
|
||||
// style: TextStyle(fontSize: 20.sp)),
|
||||
// ),
|
||||
SizedBox(
|
||||
height: 40.h,
|
||||
),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user