fix 流程图画布大小随弹框大小变化
This commit is contained in:
@@ -60,4 +60,10 @@ export default {
|
||||
width: 100%;
|
||||
height: calc(100vh - 200px - 55px - 48px);
|
||||
}
|
||||
|
||||
.fullscreen {
|
||||
/deep/ #flowChart {
|
||||
height: calc(100vh - 55px - 48px);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user