From 5246a9269e2239217106a23cee2af2d20ec77a70 Mon Sep 17 00:00:00 2001
From: Tara Rostami <132676256+TaraRostami@users.noreply.github.com>
Date: Thu, 14 Mar 2024 22:55:13 +0330
Subject: [PATCH] Update qrcode_modal.html
---
web/html/common/qrcode_modal.html | 45 +++++++++++++------------------
1 file changed, 18 insertions(+), 27 deletions(-)
diff --git a/web/html/common/qrcode_modal.html b/web/html/common/qrcode_modal.html
index 0e2b3a63..f0c7d08b 100644
--- a/web/html/common/qrcode_modal.html
+++ b/web/html/common/qrcode_modal.html
@@ -1,32 +1,23 @@
{{define "qrcodeModal"}}
-
- {{ i18n "pages.inbounds.clickOnQRcode" }}
-
-
- {{ i18n "pages.settings.subSettings"}}
-
- {{ i18n "pages.settings.subSettings"}} Json
-
-
- {{ i18n "pages.inbounds.client" }}
-
- [[ row.remark ]]
-
-
+ :dialog-style="{ top: '20px' }"
+ :closable="true"
+ :class="themeSwitcher.currentTheme"
+ :footer="null" width="300px">
+
+ {{ i18n "pages.inbounds.clickOnQRcode" }}
+
+
+ {{ i18n "pages.settings.subSettings"}}
+
+ {{ i18n "pages.settings.subSettings"}} Json
+
+
+ {{ i18n "pages.inbounds.client" }}
+
+ [[ row.remark ]]
+
+