From 455347d6d7aa0b60be612a17dc7eada2cf5937f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=97=E6=9E=B3?= <7854742+wang_rumeng@user.noreply.gitee.com> Date: Tue, 21 Oct 2025 20:29:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E7=9C=9F=E6=9C=BA?= =?UTF-8?q?=E6=B5=8F=E8=A7=88=E5=99=A8=E7=AB=AF=20Banner=20=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E6=B2=A1=E6=9C=89=E9=93=BA=E6=BB=A1=E5=AE=B9=E5=99=A8?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/HomeBanner.tsx | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/components/HomeBanner.tsx b/components/HomeBanner.tsx index aa40bc8..7a6e41f 100644 --- a/components/HomeBanner.tsx +++ b/components/HomeBanner.tsx @@ -170,15 +170,16 @@ export default function HomeBanner() { }`} aria-label="Home banner" > + {/* 背景图层 - 完全铺满 */} {backgroundImage ? ( - - ) : null} - {backgroundImage ? ( -
+
+ +
+
) : null}