xiongzhu %!s(int64=2) %!d(string=hai) anos
pai
achega
a02220070a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/PagingTable.vue

+ 1 - 1
src/components/PagingTable.vue

@@ -10,7 +10,7 @@
     <div class="mt-4 flex justify-center">
         <ElPagination
             ref="paginEl"
-            :layout="isMobile ? 'total, prev, pager, next' : 'total, sizes, prev, pager, next, jumper'"
+            :layout="isMobile ? 'total, pager' : 'total, sizes, prev, pager, next, jumper'"
             v-model:page-size="pageConfig.pageSize"
             v-model:current-page="page"
             :total="total"