Skip to content

Commit

Permalink
modify skeleton style
Browse files Browse the repository at this point in the history
  • Loading branch information
mayswind committed Aug 1, 2023
1 parent ff8c57f commit 110ce0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/views/desktop/TransactionsPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion src/views/desktop/statistics/TransactionPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 }"
Expand Down

0 comments on commit 110ce0d

Please sign in to comment.