From d46738da1bb45c21eaaa95a76a60001d1d8ba761 Mon Sep 17 00:00:00 2001 From: zdl <3489966805@qq.com> Date: Thu, 11 Dec 2025 14:14:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=20Home=20=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=AE=B9=E5=99=A8=20zIndex=EF=BC=8C=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=AE=A2=E6=9C=8D=E6=8C=89=E9=92=AE=E8=A2=AB=E9=81=AE=E6=8C=A1?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - HomePage.tsx: Container 移除 zIndex={30} - 客服按钮 zIndex=10,之前被 30 的层级覆盖无法点击 - 移除后不影响页面内部布局 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- src/views/Home/HomePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Home/HomePage.tsx b/src/views/Home/HomePage.tsx index 13695984..c352f44a 100644 --- a/src/views/Home/HomePage.tsx +++ b/src/views/Home/HomePage.tsx @@ -89,7 +89,7 @@ const HomePage: React.FC = () => { overflow="hidden" > - +