From c8f8a9c645f7857859a9d56fac96192d994be70b Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期一, 24 六月 2024 18:48:29 +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