mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 08:21:53 +00:00
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 (
|
||||
<div
|
||||
className={css`
|
||||
.ant-table-content {
|
||||
overflow: unset !important;
|
||||
}
|
||||
.ant-table-footer {
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user