Commit 368a5d34349aef43073d159366f1cf0fb044459d

Authored by ww
1 parent c7ae8c1b

fix: 规则链新增缩放功能

... ... @@ -62,7 +62,7 @@ export function useRuleFlow(options: UseRuleFlowOptionsType) {
62 62 const flowActionType = useVueFlow({
63 63 id,
64 64 maxZoom: 1,
65   - minZoom: 1,
  65 + minZoom: 0.5,
66 66 panOnScroll: true,
67 67 selectionMode: SelectionMode.Partial,
68 68
... ...