fix load
This commit is contained in:
parent
016132096e
commit
0a8d0c5471
5 changed files with 13 additions and 25 deletions
|
|
@ -355,7 +355,11 @@ onMounted(async () => {
|
|||
v-if="isLoadingInbox"
|
||||
style="height: calc(100% - 60px)"
|
||||
>
|
||||
<q-skeleton height="100%" square />
|
||||
<div v-for="(item, index) in 3">
|
||||
<q-skeleton type="text" width="10%" class="text-subtitle1" />
|
||||
<q-skeleton type="text" width="50%" class="text-subtitle1" />
|
||||
<q-skeleton type="text" class="text-caption" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue