From a75de95cd5481bc782caee3b3a3cdd52f991f944 Mon Sep 17 00:00:00 2001 From: 杨磊 <505174330@qq.com> Date: 星期五, 07 六月 2024 17:19:31 +0800 Subject: [PATCH] 1 --- src/pages/inherit/index.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/pages/inherit/index.vue b/src/pages/inherit/index.vue index 203d015..64c5077 100644 --- a/src/pages/inherit/index.vue +++ b/src/pages/inherit/index.vue @@ -252,8 +252,9 @@ curveness: 0 }, force: { + layoutAnimation: false, // initLayout: 'circular', - // gravity: 0 + // gravity: 0, friction: 0.1, repulsion: 500, edgeLength: 6 -- Gitblit v1.9.1