From 64186a52b4039641c0b1035862750056674aec21 Mon Sep 17 00:00:00 2001 From: LiuHao Date: Sat, 27 Jan 2024 18:04:33 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E8=B0=83=E6=95=B4=E9=A2=84=E8=A7=88?= =?UTF-8?q?=E7=AA=97=E5=8F=A3=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/BpmnDesign/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/BpmnDesign/index.vue b/src/components/BpmnDesign/index.vue index 2ee5e8c..aebd2eb 100644 --- a/src/components/BpmnDesign/index.vue +++ b/src/components/BpmnDesign/index.vue @@ -386,7 +386,7 @@ const getProcessElement = () => { :deep(.el-dialog .el-dialog__body) { max-height: 100% !important; - height: calc(100vh - 50px); + height: calc(100vh - 200px); } .process-toolbar {