改进
This commit is contained in:
parent
aa5f55348f
commit
20f9024a47
@ -2,50 +2,8 @@
|
|||||||
<div>{{ documents }}</div>
|
<div>{{ documents }}</div>
|
||||||
<div v-if="loading">
|
<div v-if="loading">
|
||||||
<v-row justify="center">
|
<v-row justify="center">
|
||||||
<v-col cols="12" md="4" xl="2">
|
<v-col cols="12" md="4" xl="2" v-for="n in 3" :key="n">
|
||||||
<v-skeleton-loader
|
<v-skeleton-loader v-for="n in 2" :key="n"
|
||||||
class="mx-auto border mt-3"
|
|
||||||
max-width="300"
|
|
||||||
type="image, article"
|
|
||||||
></v-skeleton-loader>
|
|
||||||
<v-skeleton-loader
|
|
||||||
class="mx-auto border mt-3"
|
|
||||||
max-width="300"
|
|
||||||
type="image, article"
|
|
||||||
></v-skeleton-loader>
|
|
||||||
</v-col>
|
|
||||||
|
|
||||||
<v-col cols="12" md="4" xl="2">
|
|
||||||
<v-skeleton-loader
|
|
||||||
class="mx-auto border mt-3"
|
|
||||||
max-width="300"
|
|
||||||
type="image, article"
|
|
||||||
></v-skeleton-loader>
|
|
||||||
<v-skeleton-loader
|
|
||||||
class="mx-auto border mt-3"
|
|
||||||
max-width="300"
|
|
||||||
type="image, article"
|
|
||||||
></v-skeleton-loader>
|
|
||||||
</v-col>
|
|
||||||
<v-col cols="12" md="4" xl="2">
|
|
||||||
<v-skeleton-loader
|
|
||||||
class="mx-auto border mt-3"
|
|
||||||
max-width="300"
|
|
||||||
type="image, article"
|
|
||||||
></v-skeleton-loader>
|
|
||||||
<v-skeleton-loader
|
|
||||||
class="mx-auto border mt-3"
|
|
||||||
max-width="300"
|
|
||||||
type="image, article"
|
|
||||||
></v-skeleton-loader>
|
|
||||||
</v-col>
|
|
||||||
<v-col cols="12" md="4" xl="2">
|
|
||||||
<v-skeleton-loader
|
|
||||||
class="mx-auto border mt-3"
|
|
||||||
max-width="300"
|
|
||||||
type="image, article"
|
|
||||||
></v-skeleton-loader>
|
|
||||||
<v-skeleton-loader
|
|
||||||
class="mx-auto border mt-3"
|
class="mx-auto border mt-3"
|
||||||
max-width="300"
|
max-width="300"
|
||||||
type="image, article"
|
type="image, article"
|
||||||
|
Loading…
Reference in New Issue
Block a user