feat:增加TDesign组件库
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user