From 6c4beffdb7515310e4043f1bf469818a4ce6dbdc Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sat, 24 May 2025 15:37:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=A4=9A=E4=B8=AA=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E7=9A=84=E6=8C=89=E9=92=AE=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/cards/PluginFolderCard.vue | 5 ++--- src/components/dialog/AddDownloadDialog.vue | 6 +++--- src/layouts/components/UserProfile.vue | 8 ++++++-- src/main.ts | 2 -- 4 files changed, 11 insertions(+), 10 deletions(-) diff --git a/src/components/cards/PluginFolderCard.vue b/src/components/cards/PluginFolderCard.vue index d2fd69bd..1ebeebf0 100644 --- a/src/components/cards/PluginFolderCard.vue +++ b/src/components/cards/PluginFolderCard.vue @@ -363,7 +363,7 @@ const dropdownItems = ref([ - + @@ -456,8 +456,7 @@ const dropdownItems = ref([ - 取消 - 保存 + 保存 diff --git a/src/components/dialog/AddDownloadDialog.vue b/src/components/dialog/AddDownloadDialog.vue index 01232b51..2fc584c2 100644 --- a/src/components/dialog/AddDownloadDialog.vue +++ b/src/components/dialog/AddDownloadDialog.vue @@ -197,11 +197,11 @@ onMounted(() => { /> - - + + {{ buttonText }} - + diff --git a/src/layouts/components/UserProfile.vue b/src/layouts/components/UserProfile.vue index e346f914..992a7966 100644 --- a/src/layouts/components/UserProfile.vue +++ b/src/layouts/components/UserProfile.vue @@ -432,8 +432,12 @@ onMounted(() => { - {{ t('common.cancel') }} - {{ t('common.confirm') }} + {{ + t('common.cancel') + }} + {{ + t('common.confirm') + }} diff --git a/src/main.ts b/src/main.ts index 47e86147..c3bd3368 100644 --- a/src/main.ts +++ b/src/main.ts @@ -108,13 +108,11 @@ initializeApp().then(() => { maxWidth: '30rem', }, confirmationButtonProps: { - variant: 'elevated', color: 'primary', class: 'me-3 px-5', 'prepend-icon': 'mdi-check', }, cancellationButtonProps: { - variant: 'outlined', color: 'secondary', class: 'me-3', },