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) {