From 7ba9aff082c4da890e992422e4ca8d2a13d095c7 Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Wed, 8 Jan 2025 16:31:46 +0800 Subject: [PATCH] 1 --- src/components/OnlineFile/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/OnlineFile/index.vue b/src/components/OnlineFile/index.vue index 03c4cb9..838cb37 100644 --- a/src/components/OnlineFile/index.vue +++ b/src/components/OnlineFile/index.vue @@ -42,6 +42,8 @@ export default { showModal(newVal) { if (!newVal) { this.codeUri = '' + } else { + this.zIndex = PopupManager.nextZIndex() } } },