From eb5c88fbb2901f1a9669429a7cd8dc76f6806d01 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Tue, 18 Nov 2025 01:13:31 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E6=94=AF=E6=8C=81=E5=9B=9E=E8=BD=A6?= =?UTF-8?q?=E9=94=AE=E8=A7=A6=E5=8F=91=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../layouts/widgets/check-updates/check-updates.vue | 1 - .../layouts/widgets/user-dropdown/user-dropdown.vue | 1 - .../certd-client/src/views/framework/login/index.vue | 10 +++++----- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/packages/ui/certd-client/src/vben/layouts/widgets/check-updates/check-updates.vue b/packages/ui/certd-client/src/vben/layouts/widgets/check-updates/check-updates.vue index 65abdec7f..c46d63283 100644 --- a/packages/ui/certd-client/src/vben/layouts/widgets/check-updates/check-updates.vue +++ b/packages/ui/certd-client/src/vben/layouts/widgets/check-updates/check-updates.vue @@ -117,7 +117,6 @@ onUnmounted(() => { :confirm-text="$t('common.refresh')" :fullscreen-button="false" :title="$t('ui.widgets.checkUpdatesTitle')" - centered content-class="px-8 min-h-10" footer-class="border-none mb-3 mr-3" header-class="border-none" diff --git a/packages/ui/certd-client/src/vben/layouts/widgets/user-dropdown/user-dropdown.vue b/packages/ui/certd-client/src/vben/layouts/widgets/user-dropdown/user-dropdown.vue index 0898a88d6..b949956c0 100644 --- a/packages/ui/certd-client/src/vben/layouts/widgets/user-dropdown/user-dropdown.vue +++ b/packages/ui/certd-client/src/vben/layouts/widgets/user-dropdown/user-dropdown.vue @@ -156,7 +156,6 @@ if (enableShortcutKey.value) { :confirm-text="$t('common.confirm')" :fullscreen-button="false" :title="$t('common.prompt')" - centered content-class="px-8 min-h-10" footer-class="border-none mb-3 mr-3" header-class="border-none" diff --git a/packages/ui/certd-client/src/views/framework/login/index.vue b/packages/ui/certd-client/src/views/framework/login/index.vue index 176a8b444..f7a26658f 100644 --- a/packages/ui/certd-client/src/views/framework/login/index.vue +++ b/packages/ui/certd-client/src/views/framework/login/index.vue @@ -7,14 +7,14 @@ @@ -37,7 +37,7 @@ - + @@ -169,7 +169,7 @@ export default defineComponent({ await userStore.loginByTwoFactor(twoFactor); }; - const handleFinish = async (values: any) => { + const handleFinish = async () => { loading.value = true; try { // formState.captcha = await doCaptchaValidate();