feat: editor 设计器 page 撑开画布区

This commit is contained in:
allenve 2023-12-20 17:24:21 +08:00
parent 6841ab43d3
commit f104c80731

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