From 0ebb0fec05c301165190a42044663f651c07e3b6 Mon Sep 17 00:00:00 2001 From: Hermes CI Fix Date: Sun, 19 Jul 2026 18:25:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20MyDialog=20z-index=2010000->1001(?= =?UTF-8?q?=E9=81=BF=E5=85=8D=E9=81=AE=E6=8C=A1el-select=E4=B8=8B=E6=8B=89?= =?UTF-8?q?=E8=8F=9C=E5=8D=95)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/MyDialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/MyDialog.vue b/frontend/src/components/MyDialog.vue index 4755704a..de8846da 100644 --- a/frontend/src/components/MyDialog.vue +++ b/frontend/src/components/MyDialog.vue @@ -41,7 +41,7 @@ function close() { display: flex; align-items: center; justify-content: center; - z-index: 10000; + z-index: 1001; } .my-dialog { background: #fff;