mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 14:31:00 +08:00
Merge pull request #12693 from dataease/pr@dev-v2@fix_datav-style2
fix(数据大屏): 修复部分操作系统数据大屏编辑时边缘出现滚动条问题
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user