feat:增加TDesign组件库

This commit is contained in:
2026-01-05 15:33:43 +08:00
parent 2b334edf2f
commit 00c8e82a65
18 changed files with 364 additions and 304 deletions

View File

@@ -51,7 +51,7 @@ class _GoalProgressState extends State<GoalProgress> {
const SizedBox(height: 28),
buildProgressItem(
title: '目标体重',
current: provider.latestWeight.toString(),
current: provider.latestWeight.toStringAsFixed(1),
target: AppConfig.goalWeight.toString(),
unit: RecordType.weight.unit,
progress: calWeightProgress(