|
@@ -31,15 +31,13 @@ export default defineUI({
|
|
|
return (
|
|
|
<div class="scrollbar overflow-y-auto h-1/1">
|
|
|
<div class={"w-375px my-60px mx-auto select-none " + contentCls}>
|
|
|
- <CompUI.Page.Component
|
|
|
- class={store.isEditPage ? "!min-h-750px" : ""}
|
|
|
- compId={pageRoot.id}
|
|
|
- >
|
|
|
+ <CompUI.Page.Component compId={pageRoot.id}>
|
|
|
{{
|
|
|
Container(children: any) {
|
|
|
return (
|
|
|
<>
|
|
|
<Container
|
|
|
+ class={store.isEditPage ? "!min-h-750px" : ""}
|
|
|
group-name="canvas"
|
|
|
onDrop={(e: any) => {
|
|
|
if (e.payload) {
|