模板优化

This commit is contained in:
2025-07-01 12:44:43 +08:00
parent 0ea6b18171
commit 4d888fb8a3
5 changed files with 7 additions and 3 deletions

View File

@@ -48,12 +48,12 @@ public class ReceiptPrintRequest implements Serializable {
/**
* 小票渲染宽度默认为690
*/
private Integer width = 690;
private Integer width = 700;
/**
* 生成的模板的高度默认为1200
*/
private Integer height = 1250;
private Integer height = 1400;
}