fix 流程图画布大小随弹框大小变化

This commit is contained in:
赵霄
2024-01-03 16:08:21 +08:00
parent 73fe6e08d7
commit 6a41bd0c2e
2 changed files with 24 additions and 7 deletions
+6
View File
@@ -60,4 +60,10 @@ export default {
width: 100%;
height: calc(100vh - 200px - 55px - 48px);
}
.fullscreen {
/deep/ #flowChart {
height: calc(100vh - 55px - 48px);
}
}
</style>