diff --git a/src/forge/Information/Pages/homepage/component/specialProjects.jsx b/src/forge/Information/Pages/homepage/component/specialProjects.jsx index 790fbf850..bb4d4ee23 100644 --- a/src/forge/Information/Pages/homepage/component/specialProjects.jsx +++ b/src/forge/Information/Pages/homepage/component/specialProjects.jsx @@ -123,7 +123,7 @@ function SpecialProjects({data, subTitle}) { currentRow.push(
handleItemClick(item.id)} > {index+1} @@ -163,7 +163,6 @@ function SpecialProjects({data, subTitle}) {
); } - // 重置当前行 currentRow = []; } @@ -176,7 +175,7 @@ function SpecialProjects({data, subTitle}) {

{homepageSpecialProjectTitle}

{subTitle}

{setTypeId(id);}}/> -
+
{renderItems()}
{!projectList.length && }
diff --git a/src/forge/Information/Pages/homepage/index.scss b/src/forge/Information/Pages/homepage/index.scss index 9423966bb..40d3fe4ca 100644 --- a/src/forge/Information/Pages/homepage/index.scss +++ b/src/forge/Information/Pages/homepage/index.scss @@ -386,7 +386,7 @@ background-size: 100% 100%; .s_p_detail+div:not(.item-details){ flex: 0 0 calc(33.333% - 20px); - margin: 0 0 35px 0 !important; + margin-bottom: 35px !important; } .s_p_detail{ flex-direction: column;