更新样式

This commit is contained in:
wyf
2025-08-27 10:45:33 +08:00
parent 92e92f4db7
commit dc647ea43c
25 changed files with 1569 additions and 619 deletions

View File

@@ -398,7 +398,7 @@ class _EPageState extends State<PersonPage> {
child: Center(
child: Text(
personController.dateTime != null
? DateFormat("yyyyMMdd").format(
? DateFormat("yyyy/MM/dd").format(
personController.dateTime!)
: '人员资料.生日输入提示'.tr,
textAlign: TextAlign.right,
@@ -459,7 +459,8 @@ class _EPageState extends State<PersonPage> {
child: Center(
child: Text(
personController.height.value != ""
? personController.height.value
? personController.height.value +
"cm".tr
: '身高输入提示'.tr,
textAlign: TextAlign.right,
style: TextStyle(
@@ -513,7 +514,8 @@ class _EPageState extends State<PersonPage> {
child: Center(
child: Text(
personController.weight.value != ""
? personController.weight.value
? personController.weight.value +
"kg".tr
: '人员资料.体重输入提示'.tr,
textAlign: TextAlign.right,
style: TextStyle(