🎨 revert v-row

This commit is contained in:
yanyongyu 2021-04-05 16:39:26 +08:00
parent 207750774d
commit b9812ea11b
3 changed files with 30 additions and 24 deletions

View File

@ -119,6 +119,7 @@
></PublishCard> ></PublishCard>
</v-col> </v-col>
</v-row> </v-row>
<v-row>
<v-col cols="12"> <v-col cols="12">
<v-pagination <v-pagination
v-model="page" v-model="page"
@ -127,6 +128,7 @@
next-icon="fa-caret-right" next-icon="fa-caret-right"
></v-pagination> ></v-pagination>
</v-col> </v-col>
</v-row>
</v-card> </v-card>
</template> </template>

View File

@ -99,6 +99,7 @@
></PublishCard> ></PublishCard>
</v-col> </v-col>
</v-row> </v-row>
<v-row>
<v-col cols="12"> <v-col cols="12">
<v-pagination <v-pagination
v-model="page" v-model="page"
@ -107,6 +108,7 @@
next-icon="fa-caret-right" next-icon="fa-caret-right"
></v-pagination> ></v-pagination>
</v-col> </v-col>
</v-row>
</v-card> </v-card>
</template> </template>

View File

@ -121,6 +121,7 @@
></PublishCard> ></PublishCard>
</v-col> </v-col>
</v-row> </v-row>
<v-row>
<v-col cols="12"> <v-col cols="12">
<v-pagination <v-pagination
v-model="page" v-model="page"
@ -129,6 +130,7 @@
next-icon="fa-caret-right" next-icon="fa-caret-right"
></v-pagination> ></v-pagination>
</v-col> </v-col>
</v-row>
</v-card> </v-card>
</template> </template>