diff --git a/src/views/flow-chart/index.vue b/src/views/flow-chart/index.vue index 0b0d2d3e2..dc705af88 100644 --- a/src/views/flow-chart/index.vue +++ b/src/views/flow-chart/index.vue @@ -77,7 +77,9 @@ onMounted(() => { v-model="dataVisible" width="50%" > - + + + @@ -127,7 +129,13 @@ onMounted(() => { :deep(.flow-dialog) { transform: none; left: 0; + top: 5vh; position: relative; margin: 0 auto; } + +:deep(.flow-dialog) .el-dialog__body { + height: 85vh; + overflow: auto; +}