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:
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>