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