layout update

This commit is contained in:
2025-05-10 00:04:53 +08:00
parent 52a2fd6625
commit b4c7238c8a
10 changed files with 73 additions and 49 deletions

View File

@@ -166,7 +166,7 @@ onMounted(async () => {
<n-flex justify="center">
<n-h2>全校前100名</n-h2>
</n-flex>
<n-data-table striped :data="data" :columns="columns" />
<n-data-table :data="data" :columns="columns" />
<Pagination
:total="total"
v-model:page="query.page"