modify skeleton style

This commit is contained in:
MaysWind
2023-08-02 00:53:12 +08:00
parent ff8c57fdab
commit 110ce0d4c6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -235,7 +235,7 @@
</thead>
<tbody v-if="loading && (!transactions || !transactions.length || transactions.length < 1)">
<tr :key="itemIdx" v-for="itemIdx in [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ]">
<tr :key="itemIdx" v-for="itemIdx in [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ]">
<td class="px-0" colspan="5">
<v-skeleton-loader type="text" :loading="true"></v-skeleton-loader>
</td>
@@ -122,7 +122,7 @@
<div v-if="initing">
<v-skeleton-loader type="paragraph" :loading="initing"
:key="itemIdx" v-for="itemIdx in [ 1, 2, 3 ]"></v-skeleton-loader>
:key="itemIdx" v-for="itemIdx in [ 1, 2, 3, 4 ]"></v-skeleton-loader>
</div>
<v-card-text class="statistics-overview-title pt-0" :class="{ 'disabled': loading }"