mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 13:39:24 +08:00
fix: subtable description overlapping with add new button
This commit is contained in:
parent
32ae82bb31
commit
8a1708d254
@ -256,8 +256,7 @@ export const SubTable: any = observer(
|
|||||||
{field.editable && (
|
{field.editable && (
|
||||||
<Space
|
<Space
|
||||||
style={{
|
style={{
|
||||||
marginTop: '10px',
|
position: 'relative',
|
||||||
position: field.value?.length ? 'absolute' : 'relative',
|
|
||||||
bottom: '0',
|
bottom: '0',
|
||||||
gap: 15,
|
gap: 15,
|
||||||
}}
|
}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user