【代码评审】Bpm:新的编辑界面
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user