From 6e4ff62b4d17bb612d8fb0b9233e08945d2ad581 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E6=80=9D?= Date: Thu, 14 May 2026 14:18:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B6=85=E7=AE=97=E4=B8=93=E5=8C=BA-=E5=BC=80?= =?UTF-8?q?=E6=BA=90=E9=A1=B9=E7=9B=AE=E9=A6=96=E9=A1=B5-=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E5=B1=95=E7=A4=BA=E5=A4=B4=E5=83=8F=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Pages/project/cateList/CategorySection.jsx | 1 + .../Information/Pages/project/cateList/index.scss | 14 ++++++-------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/src/forge/Information/Pages/project/cateList/CategorySection.jsx b/src/forge/Information/Pages/project/cateList/CategorySection.jsx index d1c3be9c0..a71e5706c 100644 --- a/src/forge/Information/Pages/project/cateList/CategorySection.jsx +++ b/src/forge/Information/Pages/project/cateList/CategorySection.jsx @@ -35,6 +35,7 @@ function CategorySection({ category, index, zoneId, nsccTitle }) { return( (!range || (range && pIndex >= range[0] && pIndex < range[1])) ?
+ {item.projectProperties && item.projectProperties.authorImageUrl && } {item.projectProperties && item.projectProperties.fromOwner}/{item.projectProperties && item.projectProperties.name && item.projectProperties.name.split("/").pop()} {!showBtn && }
diff --git a/src/forge/Information/Pages/project/cateList/index.scss b/src/forge/Information/Pages/project/cateList/index.scss index db2855a43..fbf428a7f 100644 --- a/src/forge/Information/Pages/project/cateList/index.scss +++ b/src/forge/Information/Pages/project/cateList/index.scss @@ -84,6 +84,7 @@ &::before { content: ''; position: absolute; + left: 55px; bottom: -6px; width: 34px; height: 2px; @@ -122,9 +123,6 @@ background-image: url('../../../img/project/project3.png'); background-size: 100% 100%; } - .project-list-item-title .icon-jiantou21.iconfont{ - color: #091221; - } } .project-cate-1600{ overflow: hidden; @@ -211,10 +209,7 @@ .cate-project-card{ width: 50%; border-radius: 12px; - position: relative; - .project-list-item-title .icon-jiantou21.iconfont { - color: #091221; - } + position: relative; &:hover{ background-image: url('../../../img/project/project3.png'); background-size: 100% 100%; @@ -372,7 +367,11 @@ &:hover { .project-list-item-title { + a{ + color: inherit; + } .icon-jiantou21 { + color: inherit; top: 0px; left: 0px; opacity: 1; @@ -385,7 +384,6 @@ line-height: 30px; } .project-list-item-title .icon-jiantou21 { - color: white; opacity: 0; transition: top 0.5s ease, left 0.5s ease; pointer-events: none;