fix: table fixed bug (#3901)

This commit is contained in:
jack zhang 2024-04-03 09:25:52 +08:00 committed by GitHub
parent c22fc6f5d4
commit 84d2a47361
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
}
}
}