diff options
Diffstat (limited to 'web/html/xui/settings.html')
| -rw-r--r-- | web/html/xui/settings.html | 18 |
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> |
