浏览代码

update 预览流程图高度自适应

LiuHao 1 年之前
父节点
当前提交
9ea8b710ff
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/BpmnView/index.vue

+ 1 - 1
src/components/BpmnView/index.vue

@@ -289,7 +289,7 @@ defineExpose({
   }
 }
 .bpmn-el-container {
-  height: 500px;
+  height: calc(100vh - 350px);
 }
 .flow-containers {
   width: 100%;