fix: paginations

This commit is contained in:
2026-03-24 16:13:27 +01:00
parent bb1cdee3f4
commit e570297011

View File

@@ -49,7 +49,9 @@
</tr> </tr>
</tbody> </tbody>
</table> </table>
<UPagination v-model:page="page" :total="total" :page-size="perPage" /> <div class="flex justify-center items-center py-8">
<UPagination v-model:page="page" :total="total" :page-size="perPage" />
</div>
<div v-if="productsList.length === 0" class="text-center py-8 text-gray-500 dark:text-gray-400"> <div v-if="productsList.length === 0" class="text-center py-8 text-gray-500 dark:text-gray-400">
No products found No products found
</div> </div>