feat:【antd】【bpm】修复 bpmn 设计器的高度不对的问题

pull/239/MERGE
YunaiV 2025-10-24 22:33:00 +08:00
parent db57d82799
commit 9a526f83cc
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ onBeforeUnmount(() => {
// TODO @jasontailwind
.process-panel__container {
position: absolute;
top: 172px;
top: 110px;
right: 70px;
}
</style>