fix: 创建/修改流程页面-恢复填写流程标识与流程名称才可以切换到第三步逻辑

This commit is contained in:
GoldenZqqqq
2024-12-14 15:43:06 +08:00
parent 21c28c3665
commit 746aeaff35
2 changed files with 17 additions and 25 deletions

View File

@@ -245,10 +245,3 @@ watch(
}
)
</script>
<style lang="scss">
.process-panel__container {
position: absolute;
top: 90px;
right: 60px;
}
</style>