ztxkui 3.3.1 → 3.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -276,7 +276,9 @@ var PrintContainer = function (_a) {
|
|
|
276
276
|
dom: containerRef.current,
|
|
277
277
|
isShowPage: isAddExportPage,
|
|
278
278
|
fileBinary: fontTTF,
|
|
279
|
-
pdfOption: {
|
|
279
|
+
pdfOption: {
|
|
280
|
+
pageFormat: [1000, 1000],
|
|
281
|
+
},
|
|
280
282
|
})
|
|
281
283
|
.then(function (option) {
|
|
282
284
|
var pdfBase64 = option.pdfBase64;
|
|
@@ -413,7 +415,9 @@ var PrintContainer = function (_a) {
|
|
|
413
415
|
dom: containerRef.current,
|
|
414
416
|
isShowPage: isAddExportPage,
|
|
415
417
|
fileBinary: fontTTF,
|
|
416
|
-
pdfOption: {
|
|
418
|
+
pdfOption: {
|
|
419
|
+
pageFormat: [1000, 1000],
|
|
420
|
+
},
|
|
417
421
|
})
|
|
418
422
|
.then(function (option) {
|
|
419
423
|
var pdfBase64 = option.pdfBase64;
|