From 93b2d9b721c22387ca5e49c8e4b31e2e32a2a806 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Tue, 26 Nov 2024 10:07:09 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=95=B0=E6=8D=AE=E6=BA=90):=20=E5=8E=BB?= =?UTF-8?q?=E6=8E=89=E6=95=B0=E6=8D=AE=E6=BA=90=E8=A1=A8=E5=8F=B3=E4=BE=A7?= =?UTF-8?q?=E7=9A=84=E6=BB=9A=E5=8A=A8=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/visualized/data/datasource/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/views/visualized/data/datasource/index.vue b/core/core-frontend/src/views/visualized/data/datasource/index.vue index f5300d5ff9..607522ce79 100644 --- a/core/core-frontend/src/views/visualized/data/datasource/index.vue +++ b/core/core-frontend/src/views/visualized/data/datasource/index.vue @@ -2222,7 +2222,7 @@ const getMenuList = (val: boolean) => { padding: 24px; margin: 24px; background: #fff; - height: calc(100vh - 190px); + height: calc(100vh - 200px); .search-operate { width: 280px;