From 0bec29f2ba5d92087704d997b9d116f0b352cf2d Mon Sep 17 00:00:00 2001
From: Tara Rostami <132676256+TaraRostami@users.noreply.github.com>
Date: Wed, 20 Mar 2024 14:13:37 +0330
Subject: UI Improvements (#2067)
---
web/html/common/qrcode_modal.html | 49 +++++++++++++++++----------------------
1 file changed, 21 insertions(+), 28 deletions(-)
(limited to 'web/html/common')
diff --git a/web/html/common/qrcode_modal.html b/web/html/common/qrcode_modal.html
index 0e2b3a63..5cbe7858 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 ]]
+
+