mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 13:39:24 +08: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…
x
Reference in New Issue
Block a user