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 {