From 5a813f3b28f3cbf1db3a3657ccf83267c6e0d315 Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期四, 24 十月 2024 11:22:02 +0800
Subject: [PATCH] 工艺路线相关优化

---
 src/components/FlowChart/src/CollectNode.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/FlowChart/src/CollectNode.ts b/src/components/FlowChart/src/CollectNode.ts
index 8f1dab2..dba9585 100644
--- a/src/components/FlowChart/src/CollectNode.ts
+++ b/src/components/FlowChart/src/CollectNode.ts
@@ -49,7 +49,7 @@
 class CollectNodeModel extends RectNodeModel {
   override setAttributes() {
     const size = this.properties.scale || 1;
-    this.width = 100 * size;
+    this.width = 110 * size;
     this.height = 80 * size;
   }
   override getTextStyle() {

--
Gitblit v1.9.3