Merge pull request #13659 from dataease/pr@dev-v2@chart-map-color-style

fix(图表): 修复地图配色方案样式出现两个滚动条的问题
This commit is contained in:
jianneng-fit2cloud
2024-11-28 17:16:29 +08:00
committed by GitHub

View File

@@ -282,8 +282,7 @@ onMounted(() => {
:deep(.ed-tabs__content) {
height: calc(100% - 35px);
overflow-y: auto;
overflow-x: hidden;
overflow: hidden;
}
}
.padding-tab {