liwei il y a 1 an
Parent
commit
6cd57a13f2

+ 4 - 3
src/modules/editor/components/CompUI/basicUI/Page/component.tsx

@@ -26,9 +26,10 @@ export const Component = defineComponent({
         return e.value == compMusic;
       });
       const style = helper.createStyle(layout || { size: [750] }, comp);
-      if (comp.value.pageMode == "short") {
-        style.height = "100%";
-      }
+      if (comp.value.pageMode == "short" && store.isDisplay) {
+        style.height = "100vh";
+        style.width = "100vw";
+      } 
 
       let contextStyle:any = null;
       if (store.rootPage.value.pageMode == "short" && !store.isEditMode) {