|
@@ -19,7 +19,7 @@ const reportInfo = ref({});
|
|
|
const pageList = ref([]);
|
|
|
const bgColor = ref('');
|
|
|
const scaleStyle = ref({ transform: 'scale(1)', transformOrigin: 'top left', width: '1202px' })
|
|
|
-const contentHeight=ref(5000);
|
|
|
+const contentHeight=ref(1000);
|
|
|
const showImgPop = ref(false);
|
|
|
const waterMarkStr = ref('')
|
|
|
let shareUrls=ref(null);
|