Преглед на файлове

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