Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2024-03-11 15:44:24 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2024-03-11 18:10:11 +0300
commit5b87b1253555b7e932f79bd86795e350f9f3de2e (patch)
tree711ca9b226f2cf9d041db50f81c975913c76ea23 /web/html/common/qrcode_modal.html
parent8908e8b16a3457c1353cec163a79cd82338be336 (diff)
[sub] JSON sub enhancement + minor changes
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
Diffstat (limited to 'web/html/common/qrcode_modal.html')
-rw-r--r--web/html/common/qrcode_modal.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/web/html/common/qrcode_modal.html b/web/html/common/qrcode_modal.html
index 3fcfdfc1..0e2b3a63 100644
--- a/web/html/common/qrcode_modal.html
+++ b/web/html/common/qrcode_modal.html
@@ -1,9 +1,10 @@
{{define "qrcodeModal"}}
<a-modal id="qrcode-modal" v-model="qrModal.visible" :title="qrModal.title"
- :closable="true"
- :class="themeSwitcher.currentTheme"
- :footer="null"
- width="300px">
+ :dialog-style="{ top: '20px' }"
+ :closable="true"
+ :class="themeSwitcher.currentTheme"
+ :footer="null"
+ width="300px">
<a-tag color="green" style="margin-bottom: 10px;display: block;text-align: center;">
{{ i18n "pages.inbounds.clickOnQRcode" }}
</a-tag>