---固定表格表头

This commit is contained in:
lai
2023-10-26 19:33:13 +08:00
parent f17e998e05
commit 459fc0f2b3
5 changed files with 98 additions and 70 deletions

View File

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