|
@@ -1,10 +1,10 @@
|
|
|
<template>
|
|
|
- <div class="engine-template-wrapper">
|
|
|
+ <div class="engine-template-wrapper is-long-page">
|
|
|
<div class="relative" v-for="(page, i) in pageData.pages" :key="i"
|
|
|
:style="getCommonStyle(page.commonStyle)">
|
|
|
<!--页面内容区域-->
|
|
|
<div class="quark-page-wrapper"
|
|
|
- :style="getCommonStyle({...page.commonStyle, top: pageTop, height: pageData.height, width: pageData.width, position: 'relative'}, scalingRatio)">
|
|
|
+ :style="getCommonStyle({...page.commonStyle, position: 'relative'}, scalingRatio)">
|
|
|
<componentsTemplate
|
|
|
v-for="(item, index) in page.elements"
|
|
|
:key="index"
|