fix: 弹窗报错信息和主题模式的按钮存在显示问题

Closes #IC1KD8
This commit is contained in:
2025-07-08 20:19:25 +08:00
parent 2127545294
commit 41f458d2b0
2 changed files with 24 additions and 4 deletions

View File

@@ -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 {

View File

@@ -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 {