Browse Source

修改需求

bill 2 years ago
parent
commit
7d26ed7ca2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/taggings/list.vue

+ 1 - 1
src/views/taggings/list.vue

@@ -69,7 +69,7 @@ const projectId = computed(() => Number(router.currentRoute.value.params.id));
 const pagination = reactive({
   current: 1,
   total: 0,
-  pageSize: 12,
+  pageSize: 10,
   onChange: (current: number) => {
     pagination.current = current;
     updateMaterials();