mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-07 14:39:25 +08:00
Merge branch 'next' into develop
This commit is contained in:
commit
468dbf733d
@ -75,6 +75,7 @@ export const WorkbenchAction = withDynamicSchemaProps((props) => {
|
||||
icon={null}
|
||||
title={<Button />}
|
||||
confirmTitle={fieldSchema.title}
|
||||
style={{ display: 'flex', alignItems: 'center', justifyContent: 'center' }}
|
||||
/>
|
||||
</ACLActionProvider>
|
||||
);
|
||||
|
@ -52,11 +52,7 @@ const ResponsiveSpace = () => {
|
||||
return (
|
||||
<Grid columns={itemsPerRow} gap={gap}>
|
||||
{fieldSchema.mapProperties((s, key) => {
|
||||
return (
|
||||
<Grid.Item style={{ display: 'flex', alignItems: 'center', justifyContent: 'center' }} key={key}>
|
||||
<NocoBaseRecursionField name={key} schema={s} />
|
||||
</Grid.Item>
|
||||
);
|
||||
return <NocoBaseRecursionField name={key} schema={s} />;
|
||||
})}
|
||||
</Grid>
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user