From 45a3c06adfa25476b91acdce7bb1b73c05e675c6 Mon Sep 17 00:00:00 2001
From: Ben Lin <maobin001@msn.com>
Date: 星期六, 15 六月 2024 21:28:24 +0800
Subject: [PATCH] 工艺路线,工序行为更新

---
 src/components/FlowChart/src/actionRect.ts |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/src/components/FlowChart/src/actionRect.ts b/src/components/FlowChart/src/actionRect.ts
index b7059b4..11baa70 100644
--- a/src/components/FlowChart/src/actionRect.ts
+++ b/src/components/FlowChart/src/actionRect.ts
@@ -1,10 +1,18 @@
+/*
+ * @Description: file content
+ * @Author: your name
+ * @version: 
+ * @Date: 2024-04-30 14:35:47
+ * @LastEditors: your name
+ * @LastEditTime: 2024-06-15 18:15:59
+ */
 import { RectNode, RectNodeModel } from '@logicflow/core';
 
 class CustomRectNode extends RectNode {}
 
 class CustomRectModel extends RectNodeModel {
   override setAttributes() {
-    this.width = 80;
+    this.width = 120;
     this.height = 40;
     this.radius = 20;
   }

--
Gitblit v1.9.3