Update qrcode_modal.html

This commit is contained in:
心隨緣動
2024-05-10 21:14:19 +08:00
committed by GitHub
parent 74fc870461
commit 090385b8f3
+2 -2
View File
@@ -1,9 +1,9 @@
{{define "qrcodeModal"}}
<a-modal id="qrcode-modal" v-model="qrModal.visible" :title="qrModal.title"
:dialog-style="{ top: '80px' }"
:dialog-style="{ top: '60px' }"
:closable="true"
:class="themeSwitcher.currentTheme"
:footer="null" width="300">
:footer="null" width="300px">
<a-tag color="green" style="margin-bottom: 10px;display: block;text-align: center;">
{{ i18n "pages.inbounds.clickOnQRcode" }}
</a-tag>