浏览代码

Merge branch 'hotfix/hotfix_cardprint'

Funny 2 年之前
父节点
当前提交
2091809b3c
共有 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) {