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:
authorTara Rostami <132676256+TaraRostami@users.noreply.github.com>2025-05-11 03:12:43 +0300
committerGitHub <noreply@github.com>2025-05-11 03:12:43 +0300
commit58f978bb0a26887d87b8098df8080280171aa05a (patch)
tree12c0cac89a8247dade5f918ec202d5980e1277c7 /web/html/index.html
parent6d4749606961b665de8bd7ad4246864ce3915256 (diff)
fix: 2fa qr-code (#2996)
Diffstat (limited to 'web/html/index.html')
-rw-r--r--web/html/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/index.html b/web/html/index.html
index d17cd1e0..acc499df 100644
--- a/web/html/index.html
+++ b/web/html/index.html
@@ -97,7 +97,7 @@
<transition name="list" appear>
<template>
<a-row v-if="!status.isLoaded">
- <a-card hoverable :style="{ textAlign: 'center', padding: '30px 0', marginTop: '10px', background: 'transparent' }">
+ <a-card :style="{ textAlign: 'center', padding: '30px 0', marginTop: '10px', background: 'transparent', border: 'none' }">
<a-spin tip='{{ i18n "loading" }}'></a-spin>
</a-card>
</a-row>