多语言显示错误

This commit is contained in:
czz
2025-08-13 17:46:22 +08:00
parent 3dd2d1c59d
commit 5e9111ca41
11 changed files with 67 additions and 876 deletions

View File

@@ -479,7 +479,6 @@ class _UpdatePageState extends State<UpdatePersonPage> {
),
),
),
Padding(
padding: EdgeInsetsDirectional.fromSTEB(
70.rpx, 50.rpx, 70.rpx, 0),
@@ -517,7 +516,7 @@ class _UpdatePageState extends State<UpdatePersonPage> {
child: Text(
personController.weight.value != ""
? personController.weight.value
: '体重输入提示'.tr,
: '人员资料.体重输入提示'.tr,
textAlign: TextAlign.right,
style: TextStyle(
fontFamily: 'Readex Pro',
@@ -534,7 +533,6 @@ class _UpdatePageState extends State<UpdatePersonPage> {
),
),
),
Padding(
padding: EdgeInsetsDirectional.fromSTEB(
0, 117.rpx, 0, 0),