From 209a0bb2d5fa7ed683e546d7a6f1be43c65305b4 Mon Sep 17 00:00:00 2001 From: qiezi <15576055375@163.com> Date: Tue, 17 Dec 2024 14:28:05 +0800 Subject: [PATCH] 20241122 --- src/printFormat/roll_label.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/printFormat/roll_label.js b/src/printFormat/roll_label.js index c821159..be0bdba 100644 --- a/src/printFormat/roll_label.js +++ b/src/printFormat/roll_label.js @@ -16,7 +16,7 @@ export const print_roll_label = (printList,printerName,hz = 0)=>{ let row = printList[i]; LODOP.NewPage(); LODOP.SET_PRINTER_INDEXA(printerName) - LODOP.SET_PRINT_PAGESIZE(hz,450,250,""); + LODOP.SET_PRINT_PAGESIZE(hz,550,250,""); LODOP.ADD_PRINT_IMAGE(3,4,"18mm","18mm",row.qrCode); LODOP.SET_PRINT_STYLEA(0,"Stretch",1); LODOP.ADD_PRINT_IMAGE(7,120,30,8,"");