fix: 样式优化

This commit is contained in:
dataeaseShu
2026-06-08 16:53:42 +08:00
committed by dataeaseShu
parent dc3fe3f52c
commit 25b4c02655

View File

@@ -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;
}