From e585f6810617645a55b24c6301925d46672e1f2c Mon Sep 17 00:00:00 2001 From: limengnan <420004014@qq.com> Date: Wed, 7 May 2025 15:07:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0z-index?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/viewsnew/application/service/dataset/index.vue | 2 +- .../src/viewsnew/application/service/datasource/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core-frontend/src/viewsnew/application/service/dataset/index.vue b/core/core-frontend/src/viewsnew/application/service/dataset/index.vue index 57ed8b7..fec095f 100644 --- a/core/core-frontend/src/viewsnew/application/service/dataset/index.vue +++ b/core/core-frontend/src/viewsnew/application/service/dataset/index.vue @@ -1315,7 +1315,7 @@ const proxyAllowDrop = debounce((arg1, arg2) => { font-family: var(--de-custom_font, 'PingFang'); font-size: 16px; font-weight: 500; - + z-index:1; .dataset-name { max-width: 200px; } diff --git a/core/core-frontend/src/viewsnew/application/service/datasource/index.vue b/core/core-frontend/src/viewsnew/application/service/datasource/index.vue index 72e8faf..177e42b 100644 --- a/core/core-frontend/src/viewsnew/application/service/datasource/index.vue +++ b/core/core-frontend/src/viewsnew/application/service/datasource/index.vue @@ -2192,7 +2192,7 @@ const getMenuList = (val: boolean) => { font-family: var(--de-custom_font, 'PingFang'); font-size: 16px; font-weight: 500; - + z-index:1; .ed-icon { font-size: 24px; }