fix(图表): 修复地图配色方案样式出现两个滚动条的问题

This commit is contained in:
jianneng-fit2cloud 2024-11-28 17:15:14 +08:00
parent 05827ca172
commit 0feea4cc2c

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 {