From 5a3210eae5d1ad752d8c0bfa062a217982901e6c Mon Sep 17 00:00:00 2001
From: wente <329538422@qq.com>
Date: 星期一, 11 十二月 2023 11:42:56 +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