From 7595c8c03b366a55d1d204b4f7f0b7d87b3c49d4 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期一, 24 十一月 2025 16:46:52 +0800
Subject: [PATCH] 调试

---
 pages/index.vue |   23 ++++++++++++-----------
 1 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/pages/index.vue b/pages/index.vue
index c0bcf1d..9726dc4 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -1007,17 +1007,18 @@
 		cursor: pointer;
 	}
 
-	.overlay {
-		position: fixed;
-		top: 0;
-		left: 0;
-		width: 100%;
-		height: 100%;
-		background-color: rgba(0, 0, 0, 0.5);
-		display: flex;
-		justify-content: center;
-		align-items: center;
-	}
+    .overlay {
+        position: fixed;
+        top: 0;
+        left: 0;
+        width: 100%;
+        height: 100%;
+        background-color: rgba(0, 0, 0, 0.5);
+        display: flex;
+        justify-content: center;
+        align-items: center;
+        z-index: 2000; // 澧炲姞z-index锛岀‘淇濆脊绐楀湪鍒锋柊鎸夐挳涔嬩笂
+    }
 
     .popup {
         background-color: #fff;

--
Gitblit v1.9.3