File tree Expand file tree Collapse file tree 2 files changed +22
-22
lines changed
packages/devtools/src/app Expand file tree Collapse file tree 2 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ function selectFlowNode(v: boolean) {
5252<template >
5353 <div v-if =" info" relative h-full w-full >
5454 <DisplayCloseButton
55- absolute right-2 top-1.5
55+ absolute right-2 top-1.5 bg-glass z-panel-content
5656 @click =" emit('close')"
5757 />
5858 <div
@@ -97,26 +97,27 @@ function selectFlowNode(v: boolean) {
9797 </button >
9898 </div >
9999 </div >
100- <div h-30 w-100 />
101- <FlowmapModuleFlow
102- v-if =" view === 'flow'"
103- p4
104- :info
105- :session
106- :transforms-loading
107- @select =" selectFlowNode"
108- />
109- <ChartModuleFlamegraph
110- v-if =" view === 'charts'"
111- :info
112- :session =" session"
113- :flow-node-selected =" flowNodeSelected"
114- />
115- <DataModuleImportRelationships
116- v-if =" view === 'imports'"
117- :module =" info"
118- :session =" session"
119- />
100+ <div of-auto h-full pt-30 >
101+ <FlowmapModuleFlow
102+ v-if =" view === 'flow'"
103+ p4
104+ :info
105+ :session
106+ :transforms-loading
107+ @select =" selectFlowNode"
108+ />
109+ <ChartModuleFlamegraph
110+ v-if =" view === 'charts'"
111+ :info
112+ :session =" session"
113+ :flow-node-selected =" flowNodeSelected"
114+ />
115+ <DataModuleImportRelationships
116+ v-if =" view === 'imports'"
117+ :module =" info"
118+ :session =" session"
119+ />
120+ </div >
120121 </div >
121122 <VisualLoading v-else />
122123</template >
Original file line number Diff line number Diff line change @@ -93,7 +93,6 @@ onMounted(async () => {
9393 v-on-click-outside =" closeFlowPanel"
9494 fixed right-0 bottom-0 top-20 left-20 z-panel-content
9595 bg-glass border =" l t base rounded-tl-xl"
96- of-auto
9796 >
9897 <DataModuleDetailsLoader
9998 :module =" (route.query.module as string)"
You can’t perform that action at this time.
0 commit comments