mirror of
https://github.com/dataease/dataease.git
synced 2026-05-21 04:08:10 +08:00
fix(数据大屏、仪表板): 大屏tab预览内部超长时无法滚动问题
This commit is contained in:
@@ -133,9 +133,6 @@ const canvasStyle = computed(() => {
|
||||
? changeStyleWithScale(canvasStyleData.value?.width, scaleHeightPoint.value) + 'px'
|
||||
: '100%'
|
||||
}
|
||||
if (!dashboardActive.value) {
|
||||
style['overflow-y'] = 'hidden'
|
||||
}
|
||||
return style
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user