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

@ -671,9 +671,6 @@ export const Table: any = withDynamicSchemaProps(
return ( return (
<div <div
className={css` className={css`
height: 100%;
overflow: hidden;
.ant-table-wrapper {
height: 100%; height: 100%;
overflow: hidden; overflow: hidden;
.ant-table-wrapper { .ant-table-wrapper {
@ -687,7 +684,6 @@ export const Table: any = withDynamicSchemaProps(
} }
} }
} }
}
.ant-table { .ant-table {
overflow-x: auto; overflow-x: auto;
overflow-y: hidden; overflow-y: hidden;