feature/2.9.42310.01-薪资项目拓扑图

release/2.19.1.2503.01-业务线个税
黎永顺 2 years ago
parent 0229e27df5
commit f7cd8f8cbc

@ -16,6 +16,12 @@
} }
} }
:global {
.relation-graph .rel-toolbar-h {
width: auto !important;
}
}
.rootNode { .rootNode {
width: 100%; width: 100%;
height: 100%; height: 100%;

@ -87,8 +87,13 @@ const Index: React.FC = () => {
defaultExpandHolderColor: "rgba(0, 206, 209, 1)", defaultExpandHolderColor: "rgba(0, 206, 209, 1)",
defaultNodeColor: "transparent", defaultNodeColor: "transparent",
defaultNodeBorderColor: "#333", defaultNodeBorderColor: "#333",
allowShowMiniToolBar: false, //工具栏展示与否 allowShowMiniToolBar: true, //工具栏展示与否
// disableZoom: true, toolBarDirection: 'h',
toolBarPositionH: 'right',
toolBarPositionV: 'top',
allowShowFullscreenMenu: false,
allowShowDownloadButton: false,
disableZoom: true,
disableDragNode: true, disableDragNode: true,
}; };
}, []); }, []);

Loading…
Cancel
Save