This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-08-05 15:35:14 +07:00
parent 016132096e
commit 0a8d0c5471
5 changed files with 13 additions and 25 deletions

View file

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