This commit is contained in:
lai
2024-01-10 17:02:43 +08:00
17 changed files with 622 additions and 402 deletions

View File

@@ -291,7 +291,7 @@ onMounted(() => {
:size="tableState.size"
:row-class-name="fnTableStriped"
:pagination="tablePagination"
:scroll="{ y: 450 }"
:scroll="{ y: 'calc(100vh - 480px)' }"
>
</a-table>
</a-card>