fix margin
This commit is contained in:
@@ -50,7 +50,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<SMPagination
|
<SMPagination
|
||||||
v-if="postsTotal > postsPerPage"
|
v-if="postsTotal > postsPerPage"
|
||||||
class="mb-4"
|
class="mt-4"
|
||||||
v-model="postsPage"
|
v-model="postsPage"
|
||||||
:total="postsTotal"
|
:total="postsTotal"
|
||||||
:per-page="postsPerPage" />
|
:per-page="postsPerPage" />
|
||||||
|
|||||||
Reference in New Issue
Block a user