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 `