fix: subtable description overlapping with add new button

This commit is contained in:
katherinehhh 2025-04-11 11:21:36 +08:00
parent 32ae82bb31
commit 8a1708d254

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