mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 05:29:26 +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 && (
|
||||
<Space
|
||||
style={{
|
||||
marginTop: '10px',
|
||||
position: field.value?.length ? 'absolute' : 'relative',
|
||||
position: 'relative',
|
||||
bottom: '0',
|
||||
gap: 15,
|
||||
}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user