Merge pull request #13659 from dataease/pr@dev-v2@chart-map-color-style
fix(图表): 修复地图配色方案样式出现两个滚动条的问题
This commit is contained in:
commit
23d9b5f879
@ -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 {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user