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 3d8034653d..2a1ebba1d0 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 @@ -3176,6 +3176,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; }