From d0da6fb8f832063a040f03da2cc71da2e7df666a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=83=E9=9A=A8=E7=B7=A3=E5=8B=95?= <88259403+xeefei@users.noreply.github.com> Date: Fri, 10 May 2024 23:44:45 +0800 Subject: [PATCH] Optimize and adjust QR code display Optimize and adjust QR code display --- web/html/common/qrcode_modal.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/html/common/qrcode_modal.html b/web/html/common/qrcode_modal.html index 9ad870f..9b50ca7 100644 --- a/web/html/common/qrcode_modal.html +++ b/web/html/common/qrcode_modal.html @@ -5,8 +5,8 @@ justify-content: center; /* 在水平方向上居中 */ } .qr-bg { - width: 500px; - height: 500px; + width: 300px; + height: 300px; } .qr-modal-header { display: flex;