forked from github/dataease
style: 画布区域样式调整
This commit is contained in:
parent
0785ce6745
commit
bf2a97722a
@ -330,7 +330,7 @@ onUnmounted(() => {
|
||||
|
||||
<style lang="less">
|
||||
.dv-common-layout {
|
||||
height: 100vh;
|
||||
height: calc(100vh - 1px);
|
||||
width: 100vw;
|
||||
|
||||
.dv-layout-container {
|
||||
|
@ -549,7 +549,7 @@ eventBus.on('handleNew', handleNew)
|
||||
}
|
||||
|
||||
.dv-common-layout {
|
||||
height: 100vh;
|
||||
height: calc(100vh - 1px);
|
||||
width: 100vw;
|
||||
overflow: hidden;
|
||||
color: @dv-canvas-main-font-color;
|
||||
|
Loading…
Reference in New Issue
Block a user