feat:【antd】【bpm】修复 bpmn 设计器的高度不对的问题
parent
db57d82799
commit
9a526f83cc
|
|
@ -125,7 +125,7 @@ onBeforeUnmount(() => {
|
||||||
// TODO @jason:tailwind?
|
// TODO @jason:tailwind?
|
||||||
.process-panel__container {
|
.process-panel__container {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 172px;
|
top: 110px;
|
||||||
right: 70px;
|
right: 70px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue