From 0e2f6d611081b7bb88111adae05d6e93a21818e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Wed, 23 Jul 2025 13:24:14 +0800 Subject: [PATCH] =?UTF-8?q?=E7=81=AB=E7=AE=AD=E5=9B=BE=E7=89=87=E5=9C=A8?= =?UTF-8?q?=E5=91=A8=E5=B9=B4=E5=BA=86=E4=B8=8B=E9=9D=A2=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/zhongchou/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/zhongchou/index.vue b/src/views/zhongchou/index.vue index 8e8d01d..cb7e551 100644 --- a/src/views/zhongchou/index.vue +++ b/src/views/zhongchou/index.vue @@ -548,6 +548,7 @@ const hideRules = () => { /* 美股卡片默认位置 - 居中显示,移除放大效果 */ .left-area { transform: translateX(0) rotateY(0deg); + z-index: 15; } /* 港股卡片默认位置 - 火箭右侧,向内倾斜 */ @@ -596,7 +597,7 @@ const hideRules = () => { /* 火箭区域 - 位于美股卡片右边,不覆盖卡片 */ .rocket-area { position: absolute; - z-index: 10; + z-index: 1; /* 位置调整到美股卡片右边,确保不覆盖 */ top: 35%; /* 垂直居中 */