Skip to content

Commit

Permalink
fix: 修复欢迎页的宽度问题
Browse files Browse the repository at this point in the history
  • Loading branch information
waiterxiaoyy committed Aug 13, 2024
1 parent 72e4286 commit 015efaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/editor/src/pages/welcome/index.module.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.welcome {
height: 100vh;
// width: 100vw;
overflow: auto;
}
.bg {
Expand All @@ -12,7 +13,7 @@
.canvas {
position: absolute;
height: 76vh;
width: 100vw;
width: 100%;
z-index: 0;
}
.content {
Expand Down

0 comments on commit 015efaf

Please sign in to comment.