From 681f8885297807d633f263ddb59968bbe021b159 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Thu, 1 Aug 2024 00:54:55 +0800 Subject: [PATCH] fix the amount in transaction edit dialog may not display after unhiding the amount --- src/components/desktop/AmountInput.vue | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/src/components/desktop/AmountInput.vue b/src/components/desktop/AmountInput.vue index 969981d7..3fa99d4e 100644 --- a/src/components/desktop/AmountInput.vue +++ b/src/components/desktop/AmountInput.vue @@ -1,11 +1,24 @@