From 6fe2f8db8d4beb5b755d7a13db00b008e2e76bd2 Mon Sep 17 00:00:00 2001
From: liugongyu <290219706@qq.com>
Date: Mon, 13 Jun 2022 15:53:38 +0800
Subject: [PATCH] 二维码大小
---
pages/businessCard/printCard.vue | 4 ++--
pages/businessCard/provideCard.vue | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/pages/businessCard/printCard.vue b/pages/businessCard/printCard.vue
index 176bc81..9d181d5 100644
--- a/pages/businessCard/printCard.vue
+++ b/pages/businessCard/printCard.vue
@@ -12,7 +12,7 @@
-
+
长按上面二维码可以保存为图片
@@ -94,7 +94,7 @@ export default {
canvasId: 'qrcode',
componentInstance: this,
text: text,
- size: 150,
+ size: 165,
margin: 0,
backgroundColor: '#ffffff',
foregroundColor: '#000000',
diff --git a/pages/businessCard/provideCard.vue b/pages/businessCard/provideCard.vue
index 47d0232..ff97995 100644
--- a/pages/businessCard/provideCard.vue
+++ b/pages/businessCard/provideCard.vue
@@ -13,7 +13,7 @@
-
+
@@ -98,7 +98,7 @@ export default {
canvasId: 'qrcode',
componentInstance: this,
text: text,
- size: 150,
+ size: 165,
margin: 0,
backgroundColor: '#ffffff',
foregroundColor: '#000000',
--
libgit2 0.21.4