mirror of
https://github.com/dataease/dataease.git
synced 2026-05-18 01:38:11 +08:00
style: 画布区域样式调整
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user