mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-07 22:49:26 +08:00
style: quick add button for association field in the form, compact theme style without adaptation (#5024)
This commit is contained in:
parent
789dc49867
commit
750eeadb99
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user