margin below pagination

This commit is contained in:
2023-06-23 10:20:50 +10:00
parent b25b697e7b
commit be5925f40d

View File

@@ -54,6 +54,7 @@
<template v-else>
<SMPagination
v-if="items.length < itemsTotal"
class="mb-4"
v-model="itemsPage"
:total="itemsTotal"
:per-page="itemsPerPage" />