From 87769453010df5f632b6ebae1d8a0406d40974ca 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 17:20:58 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/factory/news/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/factory/news/index.scss b/src/factory/news/index.scss index f3c6cd29..9212371a 100644 --- a/src/factory/news/index.scss +++ b/src/factory/news/index.scss @@ -241,7 +241,7 @@ p { margin-top: 27px; - opacity: 79%; + opacity: 0.8; line-height: 30px; font-family: alibabareg; color: #091221; From ac6b94170f375fe32dcf91d9fb71a806093b0105 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 19:37:30 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E7=BB=86=E8=8A=82?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/factory/lessons/index.scss | 2 ++ src/factory/resource/developmentTools/detail/index.scss | 1 + 2 files changed, 3 insertions(+) diff --git a/src/factory/lessons/index.scss b/src/factory/lessons/index.scss index 2d01e4da..b4dc1ad5 100644 --- a/src/factory/lessons/index.scss +++ b/src/factory/lessons/index.scss @@ -73,6 +73,7 @@ width: 1600px; display: flex; justify-content: space-between; + margin-top: -145px; .lesson-left { width: 692px; @@ -175,6 +176,7 @@ background-image: url('../../images/factory/lessons/lesson-right.webp'); background-repeat: no-repeat; background-size: 100% 100%; + z-index: 1; .right-item { height: 542px; diff --git a/src/factory/resource/developmentTools/detail/index.scss b/src/factory/resource/developmentTools/detail/index.scss index 7ccba662..e9a379e1 100644 --- a/src/factory/resource/developmentTools/detail/index.scss +++ b/src/factory/resource/developmentTools/detail/index.scss @@ -11,6 +11,7 @@ flex-direction: column; align-items: center; position: relative; + justify-content: flex-start; .ant-breadcrumb { align-self: flex-start; 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 3/3] =?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 {