fix: prompt on the last row of the subtable row is obscured (#2467)
This commit is contained in:
parent
c6070378f4
commit
9dc08277e1
@ -34,6 +34,9 @@ export const SubTable: any = observer(
|
|||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
className={css`
|
className={css`
|
||||||
|
.ant-table-content {
|
||||||
|
overflow: unset !important;
|
||||||
|
}
|
||||||
.ant-table-footer {
|
.ant-table-footer {
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user