From 5b463dd34072283fb2874bce8a5099c8761568bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E5=BF=83=E5=AE=87?= Date: Tue, 23 Dec 2025 20:04:00 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=BA=E9=99=B7=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/factory/components/Scene/index.jsx | 2 +- src/factory/components/Scene/index.scss | 1 + src/factory/news/index.scss | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/factory/components/Scene/index.jsx b/src/factory/components/Scene/index.jsx index c63295f5..b770ad35 100644 --- a/src/factory/components/Scene/index.jsx +++ b/src/factory/components/Scene/index.jsx @@ -34,7 +34,7 @@ const Scene = ({ zoneId }) => { sceneList.map((scene, index) => { return

{scene.name}

-

{scene.value}

+

{scene.summary}

查看详情 diff --git a/src/factory/components/Scene/index.scss b/src/factory/components/Scene/index.scss index 50315d7f..2ae6b114 100644 --- a/src/factory/components/Scene/index.scss +++ b/src/factory/components/Scene/index.scss @@ -37,6 +37,7 @@ } a { + margin-top: auto; span { margin-top: 14px; line-height: 25px; diff --git a/src/factory/news/index.scss b/src/factory/news/index.scss index 9212371a..c4203be7 100644 --- a/src/factory/news/index.scss +++ b/src/factory/news/index.scss @@ -32,6 +32,7 @@ padding: 0 calc((100vw - 1600px) / 2); width: 100%; margin-top: 60px; + overflow: hidden; .header-left { width: 642px; @@ -90,6 +91,7 @@ flex-shrink: 1; width: 40vw; margin-left: 160px; + overflow: hidden; .header-item {