fix: subtable description overlapping with add new button (#6646)

This commit is contained in:
Katherine 2025-04-11 14:26:12 +08:00 committed by GitHub
parent 32ae82bb31
commit c509e5f9e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,
}}