From 2013fdd3c7f0a711064367805b487929ae80aa20 Mon Sep 17 00:00:00 2001 From: GL <954534408@qq.com> Date: Fri, 30 Oct 2020 10:42: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=81=E6=B5=8B=E8=AF=953=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/navigation/consume/memberGathering.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/navigation/consume/memberGathering.vue b/src/views/navigation/consume/memberGathering.vue index abdfe96..8e9ef91 100644 --- a/src/views/navigation/consume/memberGathering.vue +++ b/src/views/navigation/consume/memberGathering.vue @@ -38,8 +38,8 @@ export default { creatQrCode() { var qrcode = new QRCode(this.$refs.RqCode, { text: `{"END":"B","TYPE":"merchant","ID":"${this.merchant_id_scan}"}`, //需要转换为二维码的内容 - width: 175, - height: 150, + // width: 175, + // height: 200, colorDark: "#000000", colorLight: "#ffffff", correctLevel: QRCode.CorrectLevel.H, @@ -75,7 +75,7 @@ export default { } .RqBox { width: 94%; - height: 9rem; + height: 10rem; margin: 0 3%; background-color: #ffffff; border-radius: 0.3rem; @@ -89,8 +89,8 @@ export default { color: rgba(51, 51, 51, 1); } .Rq { - width: 4.7rem; - height: 4rem; + width: 6rem; + height: 5rem; margin: auto; margin-top: 0.5rem; text-align: center;