Commit 1ca5123a92368d4889a01ebdbd0577b720e252d2
Merge branch 'fix/DEFECT-2087' into 'main_dev'
fix: 规则链新增缩放功能 See merge request yunteng/thingskit-front!1379
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -62,7 +62,7 @@ export function useRuleFlow(options: UseRuleFlowOptionsType) { | @@ -62,7 +62,7 @@ export function useRuleFlow(options: UseRuleFlowOptionsType) { | ||
62 | const flowActionType = useVueFlow({ | 62 | const flowActionType = useVueFlow({ |
63 | id, | 63 | id, |
64 | maxZoom: 1, | 64 | maxZoom: 1, |
65 | - minZoom: 1, | 65 | + minZoom: 0.5, |
66 | panOnScroll: true, | 66 | panOnScroll: true, |
67 | selectionMode: SelectionMode.Partial, | 67 | selectionMode: SelectionMode.Partial, |
68 | 68 |