From 4c3fb107ad0e4f56ffe79f98738ba38fa9896d43 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 22:18:05 +0800 Subject: [PATCH] Update qrcode_modal.html --- web/html/common/qrcode_modal.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/html/common/qrcode_modal.html b/web/html/common/qrcode_modal.html index 97bce3a..b9c79b2 100644 --- a/web/html/common/qrcode_modal.html +++ b/web/html/common/qrcode_modal.html @@ -8,6 +8,7 @@ .qr-modal-header { display: flex; justify-content: center; /* 在水平方向上居中 */ + text-align: center; /* 文字居中 */ } @@ -15,7 +16,7 @@ :dialog-style="{ top: '60px' }" :closable="true" :class="themeSwitcher.currentTheme" - :footer="null" width="450px"> + :footer="null" width="300px"> {{ i18n "pages.inbounds.clickOnQRcode" }}