fix margin pagination

This commit is contained in:
2023-06-23 12:07:55 +10:00
parent 321a8f0946
commit b4aa71b81b

View File

@@ -22,6 +22,8 @@
</div> </div>
<SMPagination <SMPagination
v-if="postsTotal > postsPerPage" v-if="postsTotal > postsPerPage"
class="mb-4"
small
v-model="postsPage" v-model="postsPage"
:total="postsTotal" :total="postsTotal"
:per-page="postsPerPage" /> :per-page="postsPerPage" />