修复接口问题

This commit is contained in:
lai
2023-10-26 19:33:40 +08:00
parent 459fc0f2b3
commit c305777183
3 changed files with 8 additions and 6 deletions

View File

@@ -271,7 +271,7 @@ onMounted(() => {
:data-source="tableState.data"
:size="tableState.size"
:pagination="tablePagination"
:scroll="{ x: true }"
:scroll="{ x: true,y:400 }"
>
</a-table>
</a-card>