mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-08 06:59:26 +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}
|
icon={null}
|
||||||
title={<Button />}
|
title={<Button />}
|
||||||
confirmTitle={fieldSchema.title}
|
confirmTitle={fieldSchema.title}
|
||||||
|
style={{ display: 'flex', alignItems: 'center', justifyContent: 'center' }}
|
||||||
/>
|
/>
|
||||||
</ACLActionProvider>
|
</ACLActionProvider>
|
||||||
);
|
);
|
||||||
|
@ -52,11 +52,7 @@ const ResponsiveSpace = () => {
|
|||||||
return (
|
return (
|
||||||
<Grid columns={itemsPerRow} gap={gap}>
|
<Grid columns={itemsPerRow} gap={gap}>
|
||||||
{fieldSchema.mapProperties((s, key) => {
|
{fieldSchema.mapProperties((s, key) => {
|
||||||
return (
|
return <NocoBaseRecursionField name={key} schema={s} />;
|
||||||
<Grid.Item style={{ display: 'flex', alignItems: 'center', justifyContent: 'center' }} key={key}>
|
|
||||||
<NocoBaseRecursionField name={key} schema={s} />
|
|
||||||
</Grid.Item>
|
|
||||||
);
|
|
||||||
})}
|
})}
|
||||||
</Grid>
|
</Grid>
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user