update 预览流程图高度自适应

This commit is contained in:
LiuHao 2024-03-19 16:02:42 +08:00
parent e889348562
commit 9ea8b710ff

View File

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