Merge pull request #9191 from allenve/master

feat: editor 设计器 page 撑开画布区
This commit is contained in:
hsm-lv 2023-12-26 15:37:39 +08:00 committed by GitHub
commit 55fc00eef6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -229,8 +229,12 @@
z-index: 0;
}
> .cxd-Page > .cxd-Page-content {
height: auto;
> .cxd-Page {
// 这里主要是为了确保能撑开画布区
display: flex;
> .cxd-Page-content {
height: auto;
}
}
}
}