Optimize and adjust QR code display

Optimize and adjust QR code display
This commit is contained in:
心隨緣動
2024-05-10 23:44:45 +08:00
committed by GitHub
parent a308978379
commit d0da6fb8f8
+2 -2
View File
@@ -5,8 +5,8 @@
justify-content: center; /* 在水平方向上居中 */
}
.qr-bg {
width: 500px;
height: 500px;
width: 300px;
height: 300px;
}
.qr-modal-header {
display: flex;