diff --git a/pages/sys/qrpage/qrpage.vue b/pages/sys/qrpage/qrpage.vue index bac8f5e..12d496b 100644 --- a/pages/sys/qrpage/qrpage.vue +++ b/pages/sys/qrpage/qrpage.vue @@ -553,7 +553,7 @@ export default { /* 二维码容器 */ .qr-container { - margin-bottom: 28px; + margin-bottom: 20px; width: 100%; max-width: 300px; } @@ -585,7 +585,7 @@ export default { .qr-wrapper { width: 100%; - aspect-ratio: 1/1; + aspect-ratio: 1/0.8; display: flex; justify-content: center; align-items: center;