style: quick add button for association field in the form, compact theme style without adaptation (#5024)

This commit is contained in:
Katherine 2024-08-09 15:10:15 +08:00 committed by GitHub
parent 789dc49867
commit 750eeadb99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -127,7 +127,7 @@ const InternalAssociationSelect = observer(
};
return (
<div key={fieldSchema.name}>
<Space.Compact style={{ display: 'flex', lineHeight: '32px' }}>
<Space.Compact style={{ display: 'flex' }}>
<RemoteSelect
style={{ width: '100%' }}
{...rest}