From 78dcc67253e5b9b753749be6e639daff76191182 Mon Sep 17 00:00:00 2001 From: Default User Date: Wed, 25 Feb 2026 12:12:03 +0800 Subject: [PATCH] fix-layout --- pages/qrcode/index.wxss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pages/qrcode/index.wxss b/pages/qrcode/index.wxss index 4ae7929..cf63f36 100644 --- a/pages/qrcode/index.wxss +++ b/pages/qrcode/index.wxss @@ -14,7 +14,6 @@ margin-bottom: 20px; width: 100%; box-sizing: border-box; - margin-left: -5px; } .user-info-header { @@ -111,7 +110,7 @@ .qrcode-image { width: 300px; height: 300px; - margin: 0 auto 0 -5px; + margin: 0 auto; background-color: white; padding: 15px; border-radius: 10px; @@ -150,7 +149,7 @@ .qrcode-placeholder { width: 300px; height: 300px; - margin: 0 auto 0 -5px; + margin: 0 auto; background-color: #f0f0f0; border-radius: 10px; display: flex;