From 85c624731a4c554f8828c9c5cacf431142801435 Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期五, 11 十月 2024 10:41:48 +0800 Subject: [PATCH] ll --- screen/src/views/PlatformCall.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/screen/src/views/PlatformCall.vue b/screen/src/views/PlatformCall.vue index 0bf36df..99cbbae 100644 --- a/screen/src/views/PlatformCall.vue +++ b/screen/src/views/PlatformCall.vue @@ -108,7 +108,7 @@ var qr = new UQRCode() // 璁剧疆浜岀淮鐮佸唴瀹� qr.data = qrcode.value - qr.size = 220 + qr.size = 268 // 璋冪敤鍒朵綔浜岀淮鐮佹柟娉� qr.make() var canvas = document.getElementById("qrcode") @@ -248,7 +248,7 @@ </div> <div class="qrcode_wrap"> <div class="qrcode"> - <canvas id="qrcode" width="220" height="220"></canvas> + <canvas id="qrcode" width="268" height="268"></canvas> </div> <div class="title">璇锋壂鐮佺鍒�</div> </div> @@ -501,7 +501,7 @@ justify-content: center; .qrcode { - padding: 6px; + padding: 6px 6px 4px; background-color: #fff; } -- Gitblit v1.9.3