Browse Source

Merge pull request '合并dev' (#85) from dev into master

dev-lhz
cp3hnu 1 year ago
parent
commit
b05dc63983
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      react-ui/src/pages/Model/components/ModelEvolution/index.tsx

+ 1
- 1
react-ui/src/pages/Model/components/ModelEvolution/index.tsx View File

@@ -72,7 +72,7 @@ function ModelEvolution({
width: graphRef.current!.clientWidth, width: graphRef.current!.clientWidth,
height: graphRef.current!.clientHeight, height: graphRef.current!.clientHeight,
fitView: true, fitView: true,
fitViewPadding: 200,
fitViewPadding: 100,
minZoom: 0.5, minZoom: 0.5,
maxZoom: 5, maxZoom: 5,
defaultNode: { defaultNode: {


Loading…
Cancel
Save