fix(数据大屏): 修复部分操作系统数据大屏编辑时边缘出现滚动条问题

This commit is contained in:
wangjiahao 2024-10-14 16:56:19 +08:00
parent 07ee15ea32
commit 0785ce6745

View File

@ -551,6 +551,7 @@ eventBus.on('handleNew', handleNew)
.dv-common-layout {
height: 100vh;
width: 100vw;
overflow: hidden;
color: @dv-canvas-main-font-color;
.dv-layout-container {
height: calc(100vh - @top-bar-height - 1px);