feat:更新表单组件

This commit is contained in:
2025-12-09 10:19:50 +08:00
parent adae2bc558
commit 190963f079
12 changed files with 270 additions and 527 deletions

View File

@@ -108,7 +108,8 @@ class _RecordDailyState extends State<RecordDaily> {
_buildRecordTitle(type),
const SizedBox(height: 4),
_buildRecordContent(provider.currentRecord, type),
if (checkHasRecordValue(provider.currentRecord, type))
const SizedBox(height: 4),
if (checkNeedRecordTip(provider.currentRecord, type))
_buildRecordTip(
provider.currentRecord,
provider.selectedDate,