From 16f544106357190fd5dac099b7d79f6cd30d7295 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Mon, 8 Jun 2026 16:53:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/visualized/data/dataset/form/index.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/core-frontend/src/views/visualized/data/dataset/form/index.vue b/core/core-frontend/src/views/visualized/data/dataset/form/index.vue index ef29e68b7d..ba0bdd21f4 100644 --- a/core/core-frontend/src/views/visualized/data/dataset/form/index.vue +++ b/core/core-frontend/src/views/visualized/data/dataset/form/index.vue @@ -3166,6 +3166,10 @@ const getIconNameCalc = (deType, extField, dimension = false) => { height: 100%; width: calc(100% - 260px); + :deep(.ed-table__header-wrapper) { + display: none; + } + :deep(.ed-table-v2__header-cell) { background-color: #f5f6f7 !important; }