From 8d8cf9fed4459da77267b5c74b0e1205f091085f Mon Sep 17 00:00:00 2001 From: minom Date: Fri, 3 Jul 2026 17:46:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AA=BF=E6=95=B4=E5=88=97=E5=8D=B0=E6=99=82?= =?UTF-8?q?=E7=9A=84=E5=B0=BA=E5=AF=B8=EF=BC=8C=E9=82=84=E6=9C=89=E5=95=8F?= =?UTF-8?q?=E9=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/admin/print/tablet_edit/editorNewOne.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/admin/print/tablet_edit/editorNewOne.html b/web/admin/print/tablet_edit/editorNewOne.html index efd8b37..40bf2dc 100644 --- a/web/admin/print/tablet_edit/editorNewOne.html +++ b/web/admin/print/tablet_edit/editorNewOne.html @@ -426,7 +426,7 @@ //用來印內容的尺寸 let size = self.allSize.find(y => y.paperID == style.paperSize); - let pageSize = self.allSize.find(y => y.paperID == style.printSize); + let pageSize = self.allSize.find(y => y.paperID == style.paperSize); //包含空白用來折的尺寸 let printSize = self.allSize.find(y => y.paperID == style.printSize); @@ -529,7 +529,7 @@ height:auto !important; } @page { - size:${pageSize.width}mm ${pageSize.height}mm !important; + size:${printSize.width}mm ${printSize.height}mm !important; margin:0; } html, body, form, .full-home, .printArea, .canvas-area {