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

This commit is contained in:
YunaiV
2025-10-24 22:33:00 +08:00
parent db57d82799
commit 9a526f83cc

View File

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