diff --git a/frontend/src/components/left/AppDisplay.vue b/frontend/src/components/left/AppDisplay.vue deleted file mode 100644 index ec06074..0000000 --- a/frontend/src/components/left/AppDisplay.vue +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - - {{ store.appInfo?.name }} - - - - - - - - - - - - - - - - - diff --git a/frontend/src/pages/FlowChart.vue b/frontend/src/pages/FlowChart.vue index 225740b..83f5f29 100644 --- a/frontend/src/pages/FlowChart.vue +++ b/frontend/src/pages/FlowChart.vue @@ -3,10 +3,7 @@ - - - - + @@ -41,8 +38,24 @@ + + + + + + {{ store.appInfo?.name }} + + + + + { return "300px"; } }); +const fixedLeftPosition = computed(()=>{ + return drawerLeft.value?"300px":"0px"; +}); const addNode = (node: IActionNode, inputPoint: string) => { if (drawerRight.value) { @@ -327,11 +342,6 @@ onMounted(() => {