فهرست منبع

贺卡打印自定义纸张类型默认为14cmX9cm

Funny 2 سال پیش
والد
کامیت
3e4578559e
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/components/settingComponents/print/greetingCardPrinter.vue

+ 2 - 2
src/components/settingComponents/print/greetingCardPrinter.vue

@@ -667,8 +667,8 @@ export default {
         this.params.cardHeight = 210;
       }
       if (e === 0) {
-        this.params.cardWidth = 195;
-        this.params.cardHeight = 145;
+        this.params.cardWidth = 140;
+        this.params.cardHeight = 90;
       }
     },
     deletePrinter(v) {