fix: prompt on the last row of the subtable row is obscured (#2467)

This commit is contained in:
katherinehhh 2023-08-17 14:53:23 +08:00 committed by GitHub
parent c6070378f4
commit 9dc08277e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,9 @@ export const SubTable: any = observer(
return (
<div
className={css`
.ant-table-content {
overflow: unset !important;
}
.ant-table-footer {
padding: 0 !important;
}