forked from github/dataease
fix:Mac M1 arm64 chrome浏览器版本适配,修复仪表板编辑是全屏模式可能出现滚动条问题
This commit is contained in:
parent
7ed6e64242
commit
ad1b829356
@ -97,6 +97,7 @@
|
||||
<div
|
||||
id="canvasInfo"
|
||||
class="content this_canvas"
|
||||
:class="{'border-hidden':canvasStyleData.selfAdaption}"
|
||||
@drop="handleDrop"
|
||||
@dragover="handleDragOver"
|
||||
@mousedown="handleMouseDown"
|
||||
@ -804,4 +805,9 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
.border-hidden {
|
||||
overflow: hidden;
|
||||
|
||||
}
|
||||
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user