From 72aae585d03c06232ae15250577951ad9a224818 Mon Sep 17 00:00:00 2001 From: zdl <3489966805@qq.com> Date: Tue, 28 Oct 2025 11:18:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E8=B7=AF=E7=94=B1=E8=B7=B3=E8=BD=AC=E5=A4=B1=E8=B4=A5=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Community/components/MidjourneyHeroSection.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/views/Community/components/MidjourneyHeroSection.js b/src/views/Community/components/MidjourneyHeroSection.js index 50a2a7a0..dfb5c035 100644 --- a/src/views/Community/components/MidjourneyHeroSection.js +++ b/src/views/Community/components/MidjourneyHeroSection.js @@ -480,9 +480,10 @@ export default function MidjourneyHeroSection() { minH="100vh" bg="linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 50%, #000000 100%)" overflow="hidden" + pointerEvents="none" > {/* 粒子背景 */} - + {/* 内容容器 */} - + {/* 左侧文本内容 */} @@ -776,7 +777,7 @@ export default function MidjourneyHeroSection() { borderRadius="full" filter="blur(40px)" animation="pulse 4s ease-in-out infinite" - animationDelay="2s" + sx={{ animationDelay: '2s' }} /> @@ -793,7 +794,7 @@ export default function MidjourneyHeroSection() { right={0} h="128px" bgGradient="linear(to-t, black, transparent)" - zIndex={10} + zIndex={-1} /> {/* 全局样式 */}