From ec49b0a17e4b9e21bf87b02ead010c38336f40ee Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期三, 06 十一月 2024 00:43:50 +0800 Subject: [PATCH] 不良下线更新 --- src/components/FlowChart/src/TestNode.ts | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/src/components/FlowChart/src/TestNode.ts b/src/components/FlowChart/src/TestNode.ts index 9e63efa..3ec2d27 100644 --- a/src/components/FlowChart/src/TestNode.ts +++ b/src/components/FlowChart/src/TestNode.ts @@ -1,3 +1,11 @@ +/* + * @Description: file content + * @Author: your name + * @version: + * @Date: 2024-05-01 15:45:42 + * @LastEditors: your name + * @LastEditTime: 2024-06-15 18:16:47 + */ import { RectNode, RectNodeModel, h } from '@logicflow/core'; class TestNodeView extends RectNode { @@ -49,7 +57,7 @@ class TestNodeModel 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