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
commit 23d9b5f879
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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