Optimize and adjust QR code display
Optimize and adjust QR code display
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user