缺陷修复
This commit is contained in:
parent
ac6b94170f
commit
5b463dd340
|
|
@ -34,7 +34,7 @@ const Scene = ({ zoneId }) => {
|
|||
sceneList.map((scene, index) => {
|
||||
return <div className="scene-item" key={index}>
|
||||
<h3>{scene.name}</h3>
|
||||
<p>{scene.value}</p>
|
||||
<p>{scene.summary}</p>
|
||||
<Link to={`/softwareFactory/scene/${index + 1}`}>
|
||||
<span>查看详情</span>
|
||||
<KFIcon type="icon-icon_blackarrow_hover" font={40}/>
|
||||
|
|
|
|||
|
|
@ -37,6 +37,7 @@
|
|||
}
|
||||
|
||||
a {
|
||||
margin-top: auto;
|
||||
span {
|
||||
margin-top: 14px;
|
||||
line-height: 25px;
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue