소스 검색

Merge branch 'hotfix/hotfix_cardprint'

Funny 2 년 전
부모
커밋
1c9d36a960
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) {