File tree Expand file tree Collapse file tree 2 files changed +24
-4
lines changed Expand file tree Collapse file tree 2 files changed +24
-4
lines changed Original file line number Diff line number Diff line change @@ -283,7 +283,12 @@ const onOauth = async (source: string) => {
283
283
position : fixed ;
284
284
top : 20px ;
285
285
right : 30px ;
286
- z-index : 9999 ;
286
+ z-index : 999 ;
287
+ }
288
+
289
+ // 新增弹窗层级设置
290
+ .arco-modal-wrapper {
291
+ z-index : 1000 ;
287
292
}
288
293
289
294
.footer {
@@ -489,7 +494,12 @@ const onOauth = async (source: string) => {
489
494
position : fixed ;
490
495
top : 20px ;
491
496
right : 30px ;
492
- z-index : 9999 ;
497
+ z-index : 999 ;
498
+ }
499
+
500
+ // 新增弹窗层级设置
501
+ .arco-modal-wrapper {
502
+ z-index : 1000 ;
493
503
}
494
504
495
505
.footer {
Original file line number Diff line number Diff line change @@ -178,7 +178,12 @@ const logo = computed(() => appStore.getLogo())
178
178
position : fixed ;
179
179
top : 20px ;
180
180
right : 30px ;
181
- z-index : 9999 ;
181
+ z-index : 999 ;
182
+ }
183
+
184
+ // 新增弹窗层级设置
185
+ .arco-modal-wrapper {
186
+ z-index : 1000 ;
182
187
}
183
188
184
189
.footer {
@@ -385,7 +390,12 @@ const logo = computed(() => appStore.getLogo())
385
390
position : fixed ;
386
391
top : 20px ;
387
392
right : 30px ;
388
- z-index : 9999 ;
393
+ z-index : 999 ;
394
+ }
395
+
396
+ // 新增弹窗层级设置
397
+ .arco-modal-wrapper {
398
+ z-index : 1000 ;
389
399
}
390
400
391
401
.footer {
You can’t perform that action at this time.
0 commit comments