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" }}