From 636af91cd1ceb4900e5516f8418925ebaa25a877 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Mon, 30 Oct 2023 21:53:58 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=9C=B0=E7=90=86=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 + .../src/views/system/parameter/index.vue | 2 +- .../views/system/parameter/map/Geometry.vue | 176 ++++++++++++++++-- 3 files changed, 161 insertions(+), 19 deletions(-) diff --git a/.gitignore b/.gitignore index a28af86e43..0c403a5842 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,5 @@ core/core-frontend/src/assets/fsSvg.html /sdk/dataease-plugin-filter/ /sdk/dataease-plugin-interface/ /sdk/dataease-plugin-view/ +/extensions/ +.vite/ diff --git a/core/core-frontend/src/views/system/parameter/index.vue b/core/core-frontend/src/views/system/parameter/index.vue index 232f272f0b..caab8148f3 100644 --- a/core/core-frontend/src/views/system/parameter/index.vue +++ b/core/core-frontend/src/views/system/parameter/index.vue @@ -40,7 +40,7 @@ const handleClick = (tab, event: Event) => { .sys-setting-p { width: 100%; background: var(--ContentBG, #ffffff); - height: calc(100% - 95px); + height: calc(100vh - 176px); box-sizing: border-box; margin-top: 12px; } diff --git a/core/core-frontend/src/views/system/parameter/map/Geometry.vue b/core/core-frontend/src/views/system/parameter/map/Geometry.vue index b075e68e22..47c21db890 100644 --- a/core/core-frontend/src/views/system/parameter/map/Geometry.vue +++ b/core/core-frontend/src/views/system/parameter/map/Geometry.vue @@ -10,7 +10,13 @@