Merge pull request #12693 from dataease/pr@dev-v2@fix_datav-style2

fix(数据大屏): 修复部分操作系统数据大屏编辑时边缘出现滚动条问题
This commit is contained in:
王嘉豪 2024-10-14 17:01:15 +08:00 committed by GitHub
commit b7bf0e1158
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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);