소스 검색

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%;