forked from github/dataease
Merge pull request #10932 from dataease/pr@dev-v2@fix_scroll
fix(数据大屏): 修复导出图片时存在滚动条问题
This commit is contained in:
commit
c7fcb1fc14
@ -349,6 +349,7 @@ defineExpose({
|
|||||||
:id="domId"
|
:id="domId"
|
||||||
class="canvas-container"
|
class="canvas-container"
|
||||||
:style="canvasStyle"
|
:style="canvasStyle"
|
||||||
|
:class="{ 'de-download-custom': downloadStatus }"
|
||||||
ref="previewCanvas"
|
ref="previewCanvas"
|
||||||
@mousedown="handleMouseDown"
|
@mousedown="handleMouseDown"
|
||||||
>
|
>
|
||||||
|
@ -510,3 +510,9 @@ strong {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100% !important;
|
height: 100% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.de-download-custom {
|
||||||
|
div {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user