From 658ac9cb5385266d8c50ee879f1386927bddb86e Mon Sep 17 00:00:00 2001 From: lyd <1419499670@qq.com> Date: Sat, 22 Oct 2022 14:52:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/logicflow/editor/components/node/html/htmlNode.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/acs/nladmin-ui/src/views/system/logicflow/editor/components/node/html/htmlNode.js b/acs/nladmin-ui/src/views/system/logicflow/editor/components/node/html/htmlNode.js index bbd4d84..c984d2f 100644 --- a/acs/nladmin-ui/src/views/system/logicflow/editor/components/node/html/htmlNode.js +++ b/acs/nladmin-ui/src/views/system/logicflow/editor/components/node/html/htmlNode.js @@ -6,8 +6,8 @@ import icon_alert from '../../../image/icon_alert.png' class ButtonNodeModel extends HtmlResize.model { initNodeData(data) { super.initNodeData(data) - this.width = 100 - this.height = 100 + this.width = 34 + this.height = 34 this.text.draggable = true this.text.editable = false }