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>2023-12-04 23:40:48 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-12-04 23:40:48 +0300
commitc19235b4ddb336bf1475d0b92d385b986519429a (patch)
treec4e921d23a02cba4c79498ef6edbacf416a0dd5d /web/html/xui/settings.html
parentfcacada1bfcf16be06f76e4879f2a648e3370b53 (diff)
back to top
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
Diffstat (limited to 'web/html/xui/settings.html')
-rw-r--r--web/html/xui/settings.html18
1 files changed, 14 insertions, 4 deletions
diff --git a/web/html/xui/settings.html b/web/html/xui/settings.html
index 7c4fef16..44b040e9 100644
--- a/web/html/xui/settings.html
+++ b/web/html/xui/settings.html
@@ -85,10 +85,20 @@
</a-space>
</a-col>
<a-col :xs="24" :sm="16">
- <a-alert type="warning" style="float: right; width: fit-content"
- message='{{ i18n "pages.settings.infoDesc" }}'
- show-icon
- >
+ <template>
+ <div>
+ <template>
+ <div>
+ <a-back-top :target="() => document.getElementById('content-layout')" visibility-height="200">
+ </a-back-top>
+ <a-alert type="warning" style="float: right; width: fit-content"
+ message='{{ i18n "pages.settings.infoDesc" }}'
+ show-icon
+ >
+ </div>
+ </template>
+ </div>
+ </template>
</a-col>
</a-row>
</a-card>