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] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=99=84=E4=BB=B6=E6=98=BE?= =?UTF-8?q?=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; } }