Browse Source

fix: 修改模型演化padding

pull/84/head
cp3hnu 1 year ago
parent
commit
7263b6c9bc
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,
height: graphRef.current!.clientHeight,
fitView: true,
fitViewPadding: 200,
fitViewPadding: 100,
minZoom: 0.5,
maxZoom: 5,
defaultNode: {


Loading…
Cancel
Save