🎨 统一后台分页与设置页布局
This commit is contained in:
@@ -97,7 +97,7 @@ interface Props {
|
||||
}
|
||||
|
||||
const props = withDefaults(defineProps<Props>(), {
|
||||
pageSizeOptions: () => [10, 20, 50, 100]
|
||||
pageSizeOptions: () => [5, 10, 20, 50, 100]
|
||||
})
|
||||
|
||||
defineEmits<{
|
||||
|
||||
Reference in New Issue
Block a user