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/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/news/index.scss b/src/factory/news/index.scss
index f3c6cd29..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 {
@@ -241,7 +243,7 @@
p {
margin-top: 27px;
- opacity: 79%;
+ opacity: 0.8;
line-height: 30px;
font-family: alibabareg;
color: #091221;
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;