diff --git a/src/views/dashboard/related/topology/components/Graph.vue b/src/views/dashboard/related/topology/components/Graph.vue index b66217e4..46e87fe9 100644 --- a/src/views/dashboard/related/topology/components/Graph.vue +++ b/src/views/dashboard/related/topology/components/Graph.vue @@ -113,7 +113,7 @@ limitations under the License. --> const topologyLayout = ref({}); const graphWidth = ref(100); const currentNode = ref>(null); - const diff = computed(() => [(width.value - graphWidth.value - 120) / 2, 20]); + const diff = computed(() => [(width.value - graphWidth.value - 120) / 2, 40]); const radius = 10; async function init() { @@ -186,8 +186,7 @@ limitations under the License. --> );