Merge pull request #12694 from dataease/pr@dev-v2@fix_canvas-style

style: 画布区域样式调整
This commit is contained in:
王嘉豪 2024-10-14 17:24:38 +08:00 committed by GitHub
commit 6ba6fba4ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -330,7 +330,7 @@ onUnmounted(() => {
<style lang="less">
.dv-common-layout {
height: 100vh;
height: calc(100vh - 1px);
width: 100vw;
.dv-layout-container {

View File

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