From e1289d0abbfeb0e358f765f27a2ef546569e1a2c Mon Sep 17 00:00:00 2001 From: LiuHao Date: Tue, 19 Mar 2024 16:14:38 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BF=AE=E5=A4=8D=E9=9D=A2=E6=9D=BF?= =?UTF-8?q?=E5=9B=A0=E4=B8=BAmin=20width=E5=8E=9F=E5=9B=A0=E6=94=B6?= =?UTF-8?q?=E7=BC=A9=E4=B8=8D=E5=85=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/BpmnDesign/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/BpmnDesign/index.vue b/src/components/BpmnDesign/index.vue index ca96c81..89993c7 100644 --- a/src/components/BpmnDesign/index.vue +++ b/src/components/BpmnDesign/index.vue @@ -391,7 +391,6 @@ pre { box-shadow: #cccccc 0 0 8px; max-height: 100%; width: 25%; - min-width: 200px; height: calc(100vh - 80px); :deep(.el-collapse) { height: calc(100vh - 162px);