From 437a8c8cd8d0cf930b289d8a4b8c514d63aecfa6 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Thu, 19 Sep 2024 14:44:32 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=95=B0=E6=8D=AE=E9=9B=86):=20=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E9=9B=86=20-=20=E8=87=AA=E5=AE=9A=E4=B9=89=20sql?= =?UTF-8?q?=EF=BC=8C=E5=AD=97=E6=AE=B5=E5=8F=82=E8=80=83=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E8=A2=AB=E9=81=AE=E6=8C=A1=20#12237?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/data-visualization/RealTimeListTree.vue | 4 ++-- .../src/views/visualized/data/dataset/form/AddSql.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/core-frontend/src/components/data-visualization/RealTimeListTree.vue b/core/core-frontend/src/components/data-visualization/RealTimeListTree.vue index d06241bbec..ce54ba7774 100644 --- a/core/core-frontend/src/components/data-visualization/RealTimeListTree.vue +++ b/core/core-frontend/src/components/data-visualization/RealTimeListTree.vue @@ -503,13 +503,13 @@ const canvasChange = () => { @click="expandClick(getComponent(index))" > { :itemSize="40" :data="datasourceTableData" :total="datasourceTableData.length" - :width="LeftWidth - 7" + :width="LeftWidth - 17" :height="windowHeight - 350" :scrollbarAlwaysOn="false" class-name="el-select-dropdown__list"