From e9b8a4e413fc235fa8ee102845c523b6ecbf2f8a Mon Sep 17 00:00:00 2001 From: jinlin <jinlin> Date: 星期三, 21 二月 2024 15:38:14 +0800 Subject: [PATCH] 修改 --- web/src/views/modules/flowChart/flowChartView.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/web/src/views/modules/flowChart/flowChartView.vue b/web/src/views/modules/flowChart/flowChartView.vue index a0fcc6f..ef2013a 100644 --- a/web/src/views/modules/flowChart/flowChartView.vue +++ b/web/src/views/modules/flowChart/flowChartView.vue @@ -223,7 +223,7 @@ this.graph = new Graph({ container: document.getElementById('flowChartView'), width: document.documentElement.clientWidth*0.5, - height:400, + height:550, // async: true, // grid: { // visible: true, -- Gitblit v1.9.1