fix: 设备重置页面国际化优化
This commit is contained in:
parent
fb7380c453
commit
51e8ecce4d
@ -45,10 +45,16 @@ class _LockResetConfirmPageState extends State<LockResetConfirmPage>
|
||||
Row(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
children: [
|
||||
Text(
|
||||
'请确认设备已重置'.tr,
|
||||
style: TextStyle(
|
||||
fontSize: 24.sp,
|
||||
Flexible(
|
||||
child: Text(
|
||||
'请确认设备已重置'.tr,
|
||||
style: TextStyle(
|
||||
fontSize: 24.sp,
|
||||
),
|
||||
maxLines: 2,
|
||||
overflow: TextOverflow.ellipsis,
|
||||
textAlign: TextAlign.center,
|
||||
softWrap: true,
|
||||
),
|
||||
),
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user