From 84d2a473619ec9823f84432459c1c2a0de9795bd Mon Sep 17 00:00:00 2001 From: jack zhang <1098626505@qq.com> Date: Wed, 3 Apr 2024 09:25:52 +0800 Subject: [PATCH] fix: table fixed bug (#3901) --- .../src/schema-component/antd/table-v2/Table.tsx | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/packages/core/client/src/schema-component/antd/table-v2/Table.tsx b/packages/core/client/src/schema-component/antd/table-v2/Table.tsx index 1163849483..5091764e06 100644 --- a/packages/core/client/src/schema-component/antd/table-v2/Table.tsx +++ b/packages/core/client/src/schema-component/antd/table-v2/Table.tsx @@ -675,16 +675,12 @@ export const Table: any = withDynamicSchemaProps( overflow: hidden; .ant-table-wrapper { height: 100%; - overflow: hidden; - .ant-table-wrapper { + .ant-spin-nested-loading { height: 100%; - .ant-spin-nested-loading { + .ant-spin-container { height: 100%; - .ant-spin-container { - height: 100%; - display: flex; - flex-direction: column; - } + display: flex; + flex-direction: column; } } }