模板优化
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user