fix: actionBar style improve (#4123)

This commit is contained in:
katherinehhh 2024-04-23 17:09:29 +08:00 committed by GitHub
parent abeb14316c
commit 7f1caf018f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;