From 45e96e2fe473cd3812e066f69fb4ec1e53bd41db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=BF=94?= Date: Sat, 28 Mar 2026 22:53:01 +0800 Subject: [PATCH] =?UTF-8?q?style(components):=20=E7=BB=9F=E4=B8=80?= =?UTF-8?q?=E8=83=8C=E6=99=AF=E6=A8=A1=E7=B3=8A=E5=85=83=E7=B4=A0=E5=B0=BA?= =?UTF-8?q?=E5=AF=B8=E5=8D=95=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将多个组件中的背景模糊元素尺寸从像素值改为rem单位 修复hero-section中bg-gradient-to-r拼写错误 调整cases-section中背景渐变类名拼写 --- src/components/sections/cases-section.tsx | 6 +++--- src/components/sections/hero-section-atoms.tsx | 4 ++-- src/components/sections/products-section.tsx | 4 ++-- src/components/sections/services-section.tsx | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/sections/cases-section.tsx b/src/components/sections/cases-section.tsx index 576c5cf..bbc2c3c 100644 --- a/src/components/sections/cases-section.tsx +++ b/src/components/sections/cases-section.tsx @@ -55,8 +55,8 @@ export function CasesSection() { return (
-
-
+
+
-
+
diff --git a/src/components/sections/hero-section-atoms.tsx b/src/components/sections/hero-section-atoms.tsx index c54e52b..92624d8 100644 --- a/src/components/sections/hero-section-atoms.tsx +++ b/src/components/sections/hero-section-atoms.tsx @@ -77,7 +77,7 @@ export function HeroDescription(_props: HeroContentProps) {

- + 企业数字化转型服务商

@@ -157,7 +157,7 @@ export function HeroStats() { useEffect(() => { const statsEl = document.getElementById('stats-section'); - if (!statsEl) return; + if (!statsEl) {return;} const observer = new IntersectionObserver( ([entry]) => { diff --git a/src/components/sections/products-section.tsx b/src/components/sections/products-section.tsx index a13114a..a20b207 100644 --- a/src/components/sections/products-section.tsx +++ b/src/components/sections/products-section.tsx @@ -61,8 +61,8 @@ export function ProductsSection({ config }: ProductsSectionProps) { return (
-
-
+
+
-
-
+
+