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 }