forked from github/dataease
fix(数据大屏、仪表板): 大屏tab预览内部超长时无法滚动问题
This commit is contained in:
parent
30d61b32fc
commit
a287a2db62
@ -133,9 +133,6 @@ const canvasStyle = computed(() => {
|
|||||||
? changeStyleWithScale(canvasStyleData.value?.width, scaleHeightPoint.value) + 'px'
|
? changeStyleWithScale(canvasStyleData.value?.width, scaleHeightPoint.value) + 'px'
|
||||||
: '100%'
|
: '100%'
|
||||||
}
|
}
|
||||||
if (!dashboardActive.value) {
|
|
||||||
style['overflow-y'] = 'hidden'
|
|
||||||
}
|
|
||||||
return style
|
return style
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user