From c7eaa33acbe4c7763d1c4adf866b06cbe42b8112 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E6=80=9D?= <2897217417@qq.com> Date: Tue, 12 Nov 2024 16:13:59 +0800 Subject: [PATCH] =?UTF-8?q?uos=E4=B8=93=E5=8C=BA=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Information/Pages/homepage/component/specialProjects.jsx | 5 ++--- src/forge/Information/Pages/homepage/index.scss | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) 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;