From 3943c96eefcffd13a8ae7037343558699e416eb7 Mon Sep 17 00:00:00 2001 From: fujunling <2984387807@qq.com> Date: 星期四, 13 七月 2023 11:08:24 +0800 Subject: [PATCH] fjl --- Source/UBCS-WEB/src/components/flow-cycle/flowchartEditor.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Source/UBCS-WEB/src/components/flow-cycle/flowchartEditor.vue b/Source/UBCS-WEB/src/components/flow-cycle/flowchartEditor.vue index aaac12b..78b4dd5 100644 --- a/Source/UBCS-WEB/src/components/flow-cycle/flowchartEditor.vue +++ b/Source/UBCS-WEB/src/components/flow-cycle/flowchartEditor.vue @@ -23,7 +23,7 @@ </div> <div class="vfe-chart-panel" v-if="type !== 'detail'"> <div class="vfe-chart-panel-detail"> - <editor-detail-panel :rowData="rowData" ref="EditorDetailPanel" :existNodes="existNodes"/> + <editor-detail-panel :rowData="rowData" ref="EditorDetailPanel" :existNodes="existNodes" :type="type"/> </div> </div> </div> @@ -83,7 +83,7 @@ }, tooltipShow: true, tooltipData: [], - existNodes: [] + existNodes: this.chartData.nodes || [] }; }, @@ -207,6 +207,7 @@ width: 300px; background-color: #fafafa; border-left: 1px solid #e6e9ed; + overflow-y: scroll; .vfe-chart-panel-detail { box-sizing: border-box; -- Gitblit v1.9.3