mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 07:57:20 +00:00
fix: actionBar style improve (#4123)
This commit is contained in:
parent
abeb14316c
commit
7f1caf018f
@ -119,7 +119,7 @@ export const ActionBar = withDynamicSchemaProps(
|
||||
return <RecursionField key={key} name={key} schema={schema} />;
|
||||
})}
|
||||
</Space>
|
||||
<Space {...spaceProps}>
|
||||
<Space {...spaceProps} style={{ flexWrap: 'wrap' }}>
|
||||
{fieldSchema.mapProperties((schema, key) => {
|
||||
if (schema['x-align'] === 'left') {
|
||||
return null;
|
||||
|
Loading…
Reference in New Issue
Block a user