From 0808d0ce49c5e24f1d8ad1d7e5344ba856a02562 Mon Sep 17 00:00:00 2001 From: songgaoshuai <1742057357@qq.com> Date: Tue, 6 Jun 2023 12:24:43 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E8=AE=BE=E8=AE=A1=E5=99=A8?= =?UTF-8?q?=E9=AA=8C=E8=AF=81=E6=8C=89=E9=92=AE=EF=BC=8C=E9=9A=90=E8=97=8F?= =?UTF-8?q?=E8=A1=A8=E5=8D=95=EF=BC=8C=E6=A1=88=E4=BE=8B=EF=BC=8C=E5=BA=94?= =?UTF-8?q?=E7=94=A8=E7=A8=8B=E5=BA=8F=E7=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../editor-app/configuration/toolbar.js | 12 ++++++------ .../static/flowable-modeler/editor-app/editor.html | 2 +- public/static/flowable-modeler/index.html | 2 +- src/views/workflow/model/design.vue | 6 ++---- 4 files changed, 10 insertions(+), 12 deletions(-) diff --git a/public/static/flowable-modeler/editor-app/configuration/toolbar.js b/public/static/flowable-modeler/editor-app/configuration/toolbar.js index 978055d..20f6994 100644 --- a/public/static/flowable-modeler/editor-app/configuration/toolbar.js +++ b/public/static/flowable-modeler/editor-app/configuration/toolbar.js @@ -21,12 +21,12 @@ FLOWABLE.TOOLBAR_CONFIG = { "cssClass" : "editor-icon editor-icon-save", "action" : "FLOWABLE.TOOLBAR.ACTIONS.saveModel" }, - { - "type" : "button", - "title" : "TOOLBAR.ACTION.VALIDATE", - "cssClass" : "glyphicon glyphicon-ok", - "action": "FLOWABLE.TOOLBAR.ACTIONS.validate" - }, + // { + // "type" : "button", + // "title" : "TOOLBAR.ACTION.VALIDATE", + // "cssClass" : "glyphicon glyphicon-ok", + // "action": "FLOWABLE.TOOLBAR.ACTIONS.validate" + // }, { "type" : "separator", "title" : "", diff --git a/public/static/flowable-modeler/editor-app/editor.html b/public/static/flowable-modeler/editor-app/editor.html index cb70808..1bad5d2 100644 --- a/public/static/flowable-modeler/editor-app/editor.html +++ b/public/static/flowable-modeler/editor-app/editor.html @@ -17,7 +17,7 @@
-