From 41f458d2b0fbc9bc155fd7af8cbe52a7fdf19323 Mon Sep 17 00:00:00 2001 From: Charles7c Date: Tue, 8 Jul 2025 20:19:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BC=B9=E7=AA=97=E6=8A=A5=E9=94=99?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E5=92=8C=E4=B8=BB=E9=A2=98=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E7=9A=84=E6=8C=89=E9=92=AE=E5=AD=98=E5=9C=A8=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #IC1KD8 --- src/views/login/index.vue | 14 ++++++++++++-- src/views/login/pwdExpired/index.vue | 14 ++++++++++++-- 2 files changed, 24 insertions(+), 4 deletions(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index ee4afa0..636d078 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -283,7 +283,12 @@ const onOauth = async (source: string) => { position: fixed; top: 20px; right: 30px; - z-index: 9999; + z-index: 999; + } + + // 新增弹窗层级设置 + .arco-modal-wrapper { + z-index: 1000; } .footer { @@ -489,7 +494,12 @@ const onOauth = async (source: string) => { position: fixed; top: 20px; right: 30px; - z-index: 9999; + z-index: 999; + } + + // 新增弹窗层级设置 + .arco-modal-wrapper { + z-index: 1000; } .footer { diff --git a/src/views/login/pwdExpired/index.vue b/src/views/login/pwdExpired/index.vue index 533b248..d841251 100644 --- a/src/views/login/pwdExpired/index.vue +++ b/src/views/login/pwdExpired/index.vue @@ -178,7 +178,12 @@ const logo = computed(() => appStore.getLogo()) position: fixed; top: 20px; right: 30px; - z-index: 9999; + z-index: 999; + } + + // 新增弹窗层级设置 + .arco-modal-wrapper { + z-index: 1000; } .footer { @@ -385,7 +390,12 @@ const logo = computed(() => appStore.getLogo()) position: fixed; top: 20px; right: 30px; - z-index: 9999; + z-index: 999; + } + + // 新增弹窗层级设置 + .arco-modal-wrapper { + z-index: 1000; } .footer {