From 8b8cd52f64453c9309fa47bff623fdf68327886d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=80=E4=B8=87?= <52823142+Ten-K@users.noreply.github.com> Date: Fri, 22 Oct 2021 21:21:42 +0800 Subject: [PATCH] =?UTF-8?q?style(flow-chart):=20=E6=B5=81=E7=A8=8B?= =?UTF-8?q?=E5=9B=BE=E6=95=B0=E6=8D=AE=E5=BC=B9=E7=AA=97=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BC=98=E5=8C=96=20(#68)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/flow-chart/index.vue | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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; +}