From 58656dd2e1a20559db786963f67a3e6ead8d0f0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=83=E9=9A=A8=E7=B7=A3=E5=8B=95?= <88259403+xeefei@users.noreply.github.com> Date: Fri, 10 May 2024 23:10:25 +0800 Subject: [PATCH] Optimize and adjust QR code display Optimize and adjust QR code display --- web/html/common/qrcode_modal.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/html/common/qrcode_modal.html b/web/html/common/qrcode_modal.html index 19462f9..195bbf5 100644 --- a/web/html/common/qrcode_modal.html +++ b/web/html/common/qrcode_modal.html @@ -16,7 +16,7 @@ :dialog-style="{ top: '60px' }" :closable="true" :class="themeSwitcher.currentTheme" - :footer="null" width="200px"> + :footer="null" width="350px"> {{ i18n "pages.inbounds.clickOnQRcode" }} @@ -102,8 +102,8 @@ const qrModalApp = new Vue({ background: 'white', backgroundAlpha: 0, foreground: 'black', - padding: 2, - level: 'L' + padding: 4, + level: 'M' }); }, genSubLink(subID) {