fix: 金额编辑器小数位溢出挤位 + 编辑页自动聚焦 + 周期账单移除冗余聚焦

This commit is contained in:
2026-06-09 16:54:13 +08:00
parent 6b26951b1b
commit f586f9e117
3 changed files with 13 additions and 4 deletions

View File

@@ -195,6 +195,7 @@ onMounted(async () => {
// 等待分类列表渲染完成后滚动到选中项
nextTick(() => {
setTimeout(() => { scrollToCat.value = 'cat-' + existing.category_id }, 200)
amountEditorRef.value?.focus()
})
} else {
uni.showToast({ title: '记录不存在', icon: 'none' })