From f39c5169f2eddddd64f0af7c3a13ac8d62a326be Mon Sep 17 00:00:00 2001 From: GL <954534408@qq.com> Date: Fri, 30 Oct 2020 09:54:02 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=9B=B4=E6=96=B0=E4=BA=8C=E7=BB=B4?= =?UTF-8?q?=E7=A0=811=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/navigation/consume/memberGathering.vue | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/views/navigation/consume/memberGathering.vue b/src/views/navigation/consume/memberGathering.vue index 40a8f59..38b1caf 100644 --- a/src/views/navigation/consume/memberGathering.vue +++ b/src/views/navigation/consume/memberGathering.vue @@ -41,8 +41,8 @@ export default { var qrcode = new QRCode(this.$refs.RqCode, { text: `{"END":"B","TYPE":"merchant","ID":"${this.merchant_id_scan}"}`, //需要转换为二维码的内容 - width: 250, - height: 200, + width: 200, + height: 150, colorDark: '#000000', colorLight: '#ffffff', correctLevel: QRCode.CorrectLevel.H @@ -93,9 +93,10 @@ export default { color: rgba(51, 51, 51, 1); } .Rq { - width: 5rem; - height: 4rem; - margin: 1rem auto; + width: 4rem; + height: 3rem; + margin: auto; + margin-top: 0.5rem; } .record { width: 94%;