From 56ae5191431d7c5c8ebfd6cd54fd1f3483b36df3 Mon Sep 17 00:00:00 2001 From: fanjie Date: Wed, 26 Oct 2022 11:02:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=BB=84=E7=BB=87=E6=9E=B6=E6=9E=84?= =?UTF-8?q?=E5=9B=BE=E5=85=AC=E5=8F=B8=E5=90=8D=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/company.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/company.jsx b/src/pages/company.jsx index c360017..6b0e224 100644 --- a/src/pages/company.jsx +++ b/src/pages/company.jsx @@ -106,7 +106,7 @@ export default function companyPage() { // 节点宽度渲染 const nodeWidthRender = (d) => { if (d.data.ftype == 0) { - return 220; + return 1000; } else if (d.data.ftype == 1) { return 160; } else if (d.data.ftype == 2) { @@ -136,7 +136,7 @@ export default function companyPage() { let departmentUrl = `/spa/organization/static/index.html#/main/organization/departmentExtend/${d.data.fobjid}`; if (d.data.ftype == 0) { - return `
+ return `