From b2fab42170a4f6a2ac60279f25770b0040a7d16b Mon Sep 17 00:00:00 2001 From: MaysWind Date: Sat, 13 Dec 2025 21:04:43 +0800 Subject: [PATCH] reduce dialog margins and make the action buttons always at the bottom of the dialog --- .../desktop/AccountBalanceTrendsChart.vue | 2 +- .../desktop/DateRangeSelectionDialog.vue | 14 +- .../desktop/MonthRangeSelectionDialog.vue | 14 +- .../desktop/MonthSelectionDialog.vue | 16 +- src/components/desktop/StepsBar.vue | 2 +- .../desktop/SwitchToMobileDialog.vue | 16 +- .../dialogs/ClearAllTransactionsDialog.vue | 12 +- .../accounts/list/dialogs/EditDialog.vue | 11 +- .../dialogs/MoveAllTransactionsDialog.vue | 12 +- .../dialogs/ReconciliationStatementDialog.vue | 343 +++++++++--------- .../categories/list/dialogs/EditDialog.vue | 12 +- .../categories/list/dialogs/PresetDialog.vue | 10 +- .../cards/AccountFilterSettingsCard.vue | 8 +- .../cards/CategoryFilterSettingsCard.vue | 6 +- .../TransactionTagFilterSettingsCard.vue | 16 +- .../list/dialogs/UpdateDialog.vue | 16 +- .../transaction/dialogs/ExportDialog.vue | 39 +- .../transactions/import/ImportDialog.vue | 341 ++++++++--------- .../import/dialogs/BatchCreateDialog.vue | 25 +- .../dialogs/BatchReplaceAllTypesDialog.vue | 31 +- .../import/dialogs/BatchReplaceDialog.vue | 38 +- .../tabs/ImportTransactionCheckDataTab.vue | 78 ++-- .../list/dialogs/AIImageRecognitionDialog.vue | 22 +- .../transactions/list/dialogs/EditDialog.vue | 37 +- .../dialogs/UnlinkThirdPartyLoginDialog.vue | 12 +- .../dialogs/UserGenerateTokenDialog.vue | 201 +++++----- 26 files changed, 657 insertions(+), 677 deletions(-) diff --git a/src/components/desktop/AccountBalanceTrendsChart.vue b/src/components/desktop/AccountBalanceTrendsChart.vue index bb294326..ee7a4acb 100644 --- a/src/components/desktop/AccountBalanceTrendsChart.vue +++ b/src/components/desktop/AccountBalanceTrendsChart.vue @@ -269,7 +269,7 @@ const chartOptions = computed(() => { diff --git a/src/components/desktop/DateRangeSelectionDialog.vue b/src/components/desktop/DateRangeSelectionDialog.vue index f5fe0276..3687b219 100644 --- a/src/components/desktop/DateRangeSelectionDialog.vue +++ b/src/components/desktop/DateRangeSelectionDialog.vue @@ -1,13 +1,11 @@