style: 画布区域样式调整

This commit is contained in:
wangjiahao 2024-10-14 17:23:32 +08:00
parent 0785ce6745
commit bf2a97722a
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

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