fix margin pagination
This commit is contained in:
@@ -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" />
|
||||||
|
|||||||
Reference in New Issue
Block a user