mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 10:26:45 +00:00
style: flexWrap in actionBar (#3635)
This commit is contained in:
parent
1c0654001f
commit
d82ed8058c
@ -65,7 +65,7 @@ export const ActionBar = observer(
|
||||
>
|
||||
{props.children && (
|
||||
<div>
|
||||
<Space {...spaceProps}>
|
||||
<Space {...spaceProps} style={{ flexWrap: 'wrap' }}>
|
||||
{fieldSchema.mapProperties((schema, key) => {
|
||||
return <RecursionField key={key} name={key} schema={schema} />;
|
||||
})}
|
||||
|
Loading…
Reference in New Issue
Block a user