🎨 统一后台分页与设置页布局

This commit is contained in:
2026-06-05 15:23:25 +08:00
parent a66a0b6a77
commit f7108f5b44
5 changed files with 58 additions and 58 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ interface Props {
}
const props = withDefaults(defineProps<Props>(), {
pageSizeOptions: () => [10, 20, 50, 100]
pageSizeOptions: () => [5, 10, 20, 50, 100]
})
defineEmits<{