diff --git a/web/html/common/qrcode_modal.html b/web/html/common/qrcode_modal.html index f0c7d08b..5cbe7858 100644 --- a/web/html/common/qrcode_modal.html +++ b/web/html/common/qrcode_modal.html @@ -9,14 +9,14 @@ {{ i18n "pages.inbounds.client" }} @@ -78,8 +78,10 @@ setQrCode(elmentId, content) { new QRious({ element: document.querySelector('#' + elmentId), - size: 260, + size: 300, value: content, + background: 'transparent', + foreground: 'black' }); }, genSubLink(subID) {