mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-08 12:57:11 +08:00
fix: 弹窗报错信息和主题模式的按钮存在显示问题
Closes #IC1KD8
This commit is contained in:
@@ -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 {
|
||||
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user