From 9e7fb20d2a42cb1c39e1c4b98d446d404aa7b1f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=BF=94?= Date: Mon, 23 Feb 2026 08:35:16 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BF=AE=E5=A4=8D=20hero-section=20Ta?= =?UTF-8?q?ilwind=20CSS=20=E7=B1=BB=E5=90=8D=E8=AD=A6=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - bg-gradient-to-b → bg-linear-to-b - w-[800px] → w-200 - h-[600px] → h-150 - w-[600px] → w-150 - h-[400px] → h-100 - min-w-[180px] → min-w-45 (2处)~ --- src/components/sections/hero-section.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/sections/hero-section.tsx b/src/components/sections/hero-section.tsx index ca44909..cc11d8d 100644 --- a/src/components/sections/hero-section.tsx +++ b/src/components/sections/hero-section.tsx @@ -62,12 +62,12 @@ export function HeroSection() {
-
+
-
+
@@ -119,7 +119,7 @@ export function HeroSection() {