Merge remote-tracking branch 'upstream/feature/bpm' into feature/bpm

This commit is contained in:
GoldenZqqq
2024-12-30 15:25:52 +08:00
6 changed files with 76 additions and 80 deletions

View File

@ -221,7 +221,7 @@ onBeforeUnmount(() => {
}
})
/** 获取XML字符串 */
/** 获取 XML 字符串 */
const saveXML = async () => {
if (!modeler.value) {
return { xml: xmlString.value }
@ -273,7 +273,7 @@ defineExpose({
<style lang="scss">
.process-panel__container {
position: absolute;
top: 180px;
right: 60px;
top: 172px;
right: 70px;
}
</style>