From a18f4c6ca675d7ffeacd58df79d3b347284524b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E6=80=9D?= <2897217417@qq.com> Date: Thu, 7 Sep 2023 15:23:23 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E4=B8=BB=E9=A1=B5=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forge/Information/Pages/sourceDetail.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/forge/Information/Pages/sourceDetail.jsx b/src/forge/Information/Pages/sourceDetail.jsx index 0e98a96f2..4f3f7b865 100644 --- a/src/forge/Information/Pages/sourceDetail.jsx +++ b/src/forge/Information/Pages/sourceDetail.jsx @@ -48,8 +48,8 @@ function SourceDetail(props){ {detail.downloadCount} - {detail.createUser && detail.createUser.avatar && } - {detail.createUser && detail.createUser.nickName} + {detail.createUser && detail.createUser.avatar && } + {detail.createUser && {detail.createUser.nickName}} 发布于{detail.updateTime || detail.createTime}
{detail.summary}
From 7fa31a3ec748750a6382acd362918e40f81fec6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E6=80=9D?= <2897217417@qq.com> Date: Thu, 7 Sep 2023 15:23:43 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forge/Information/Pages/help.jsx | 24 +++++++++++++----------- src/forge/Information/index.scss | 15 ++++++++++----- 2 files changed, 23 insertions(+), 16 deletions(-) diff --git a/src/forge/Information/Pages/help.jsx b/src/forge/Information/Pages/help.jsx index 10352e197..a46971fad 100644 --- a/src/forge/Information/Pages/help.jsx +++ b/src/forge/Information/Pages/help.jsx @@ -198,7 +198,7 @@ function ProjectSource(props) { {item.titleStr} ); return ( - + {renderTreeNodes(item.children)} ); @@ -214,16 +214,18 @@ function ProjectSource(props) { { wikiList && (wikiList.length > 0 ? {/* wiki目录导航 */} -
- - - {renderTreeNodes(initMenuList)} - +
+
+ + + {renderTreeNodes(initMenuList)} + +
{/* 内容区 */} {wikiDetail && diff --git a/src/forge/Information/index.scss b/src/forge/Information/index.scss index 97183225b..0f16a211a 100644 --- a/src/forge/Information/index.scss +++ b/src/forge/Information/index.scss @@ -1437,15 +1437,17 @@ } // 帮助中心 .zoneHelpBox{ + .leftMenuBox{ + background: #ffffff; + padding: 25px 18px 25px 15px; + } .leftMenuHC{ width: 290px; min-height: 500px; overflow-x: auto; - &::-webkit-scrollbar{ - display: none; - } - background: #ffffff; - padding: 25px 15px; + // &::-webkit-scrollbar{ + // display: none; + // } .ant-tree.ant-tree-directory > .menuHcNode span.ant-tree-node-content-wrapper.ant-tree-node-selected, .ant-tree.ant-tree-directory .ant-tree-child-tree > .menuHcNode span.ant-tree-node-content-wrapper.ant-tree-node-selected{ color: var(--primary-color); } @@ -1468,6 +1470,9 @@ .searchHC .ant-input-search-icon:hover{ color: var(--primary-color); } + .ant-tree li span.ant-tree-switcher{ + width: 10px; + } } .wikiTitleHC{ font-weight: 700; From e73a9b7d20907b1abcc77f0187a0c255816a39e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E6=80=9D?= <2897217417@qq.com> Date: Thu, 7 Sep 2023 15:30:46 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=99=84=E4=BB=B6?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forge/Information/Pages/sourceDetail.jsx | 2 +- src/forge/Information/index.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/forge/Information/Pages/sourceDetail.jsx b/src/forge/Information/Pages/sourceDetail.jsx index 4f3f7b865..d94f85362 100644 --- a/src/forge/Information/Pages/sourceDetail.jsx +++ b/src/forge/Information/Pages/sourceDetail.jsx @@ -62,7 +62,7 @@ function SourceDetail(props){
  • {i.fileOriginName} - {i.zoneResourceType.name} + {i.zoneResourceType.name} {i.fileSizeInfo} 下载
  • diff --git a/src/forge/Information/index.scss b/src/forge/Information/index.scss index 0f16a211a..c305887f7 100644 --- a/src/forge/Information/index.scss +++ b/src/forge/Information/index.scss @@ -1420,7 +1420,7 @@ font-size:15px; min-width: 190px; &.task-hide{ - width: 500px; + width: 450px; margin-right: 20px; } }