Commit 1ca5123a92368d4889a01ebdbd0577b720e252d2

Authored by xp.Huang
2 parents e88c9a01 368a5d34

Merge branch 'fix/DEFECT-2087' into 'main_dev'

fix: 规则链新增缩放功能

See merge request yunteng/thingskit-front!1379
... ... @@ -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
... ...