From 54eb1428de90d36c91ba4dbab03a5dbd13ca02d0 Mon Sep 17 00:00:00 2001 From: caishi <1149225589@qq.com> Date: Fri, 14 Jul 2023 15:21:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=84=E6=BA=90=E7=B1=BB=E5=88=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forge/Information/Pages/source.jsx | 73 ++++++++++++++------------ 1 file changed, 39 insertions(+), 34 deletions(-) diff --git a/src/forge/Information/Pages/source.jsx b/src/forge/Information/Pages/source.jsx index 40159495a..d4fe165a0 100644 --- a/src/forge/Information/Pages/source.jsx +++ b/src/forge/Information/Pages/source.jsx @@ -86,40 +86,45 @@ function Source(props){
-
- { - zoneList && zoneList.length>0&& - - } - { - typeList && typeList.length>0 && - - } -
+ { + (zoneList && zoneList.length>0 ) || (typeList && typeList.length >0 ) ? +
+ { + zoneList && zoneList.length>0 && + + } + { + typeList && typeList.length>0 && + + } +
+ :"" + } +
{