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

View File

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

View File

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