【代码评审】Bpm:新的编辑界面

This commit is contained in:
YunaiV
2024-12-27 21:28:12 +08:00
parent 6791de9d7c
commit 6f724d9d52
3 changed files with 35 additions and 81 deletions

View File

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