Optimize and adjust QR code display

Optimize and adjust QR code display
This commit is contained in:
心隨緣動
2024-05-10 22:39:13 +08:00
committed by GitHub
parent d45862d0fa
commit 900083238f
+1 -3
View File
@@ -3,8 +3,6 @@
.qr-container {
display: flex;
justify-content: center; /* 在水平方向上居中 */
margin-left: 50px; /* 左边距 */
margin-right: 50px; /* 右边距 */
}
.qr-modal-header {
@@ -99,7 +97,7 @@ const qrModalApp = new Vue({
setQrCode(elmentId, content) {
new QRious({
element: document.querySelector('#' + elmentId),
size: 400,
size: 500,
value: content,
background: 'white',
backgroundAlpha: 0,