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;