mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-20 05:52:24 +00:00
chore: remove loading background in overview page
This commit is contained in:
parent
7223d40b37
commit
a4e85066b0
1 changed files with 2 additions and 2 deletions
|
@ -115,9 +115,9 @@
|
||||||
</transition>
|
</transition>
|
||||||
<transition name="list" appear>
|
<transition name="list" appear>
|
||||||
<template v-if="!status.isLoaded">
|
<template v-if="!status.isLoaded">
|
||||||
<a-card hoverable style="text-align: center; padding: 30px 0; margin-top: 10px;">
|
<div style="text-align: center; padding: 30px 0; margin-top: 10px;">
|
||||||
<a-spin size="large"></a-spin>
|
<a-spin size="large"></a-spin>
|
||||||
</a-card>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<template v-else>
|
<template v-else>
|
||||||
<a-row>
|
<a-row>
|
||||||
|
|
Loading…
Reference in a new issue