|
@@ -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) {
|