|
@@ -450,7 +450,7 @@ const execPrint = () => {
|
|
|
.card-container:nth-child(3n+1) { padding-left: 0; }
|
|
|
</style>`;
|
|
|
|
|
|
- const PAGE_MAX_HEIGHT = 840; // 页面最大高度阈值(px)
|
|
|
+ const PAGE_MAX_HEIGHT = 1050; // 页面最大高度阈值(px)
|
|
|
let currentPageHTML = printStyle; // 当前页内容
|
|
|
let currentPageTotalHeight = 0; // 当前页累计高度(px)
|
|
|
let currentRowHTML = ''; // 当前行的HTML内容
|