From 9a977b8cbb76a79a259c3b391eac1db813a4ebf5 Mon Sep 17 00:00:00 2001 From: Charles7c Date: Tue, 22 Jul 2025 00:11:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=A7=9F=E6=88=B7?= =?UTF-8?q?=E7=BC=96=E7=A0=81=E6=98=BE=E7=A4=BA=E6=97=B6=EF=BC=8C=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E6=A1=86=E4=B8=8B=E8=BE=B9=E6=A1=86=E6=B6=88=E5=A4=B1?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types/components.d.ts | 1 - src/views/login/index.vue | 1 - src/views/login/pwdExpired/index.vue | 1 - 3 files changed, 3 deletions(-) diff --git a/src/types/components.d.ts b/src/types/components.d.ts index 89686ef..7ea3f11 100644 --- a/src/types/components.d.ts +++ b/src/types/components.d.ts @@ -56,7 +56,6 @@ declare module 'vue' { RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] SecondForm: typeof import('./../components/GenCron/CronForm/component/second-form.vue')['default'] - SelectTenant: typeof import('./../components/SelectTenant/index.vue')['default'] SplitPanel: typeof import('./../components/SplitPanel/index.vue')['default'] TextCopy: typeof import('./../components/TextCopy/index.vue')['default'] UserSelect: typeof import('./../components/UserSelect/index.vue')['default'] diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 0de9a37..3430645 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -371,7 +371,6 @@ onMounted(() => { &-box { width: 86%; max-width: 850px; - height: 490px; display: flex; z-index: 999; box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.08); diff --git a/src/views/login/pwdExpired/index.vue b/src/views/login/pwdExpired/index.vue index d841251..b6d9e39 100644 --- a/src/views/login/pwdExpired/index.vue +++ b/src/views/login/pwdExpired/index.vue @@ -247,7 +247,6 @@ const logo = computed(() => appStore.getLogo()) &-box { width: 86%; max-width: 850px; - height: 490px; display: flex; z-index: 999; box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.08);