From cff90138cc57de39158534c6813f4597403af41f Mon Sep 17 00:00:00 2001 From: merak1237 <1036673629@qq.com> Date: Tue, 26 Aug 2025 16:49:41 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/sys/qrpage/qrpage.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;