mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 21:49:25 +08:00
fix: chart block actionBar style (#4666)
This commit is contained in:
parent
5a3466a73a
commit
d2b2ac69e6
@ -73,7 +73,7 @@ export const ActionBar = withDynamicSchemaProps(
|
|||||||
<Portal>
|
<Portal>
|
||||||
<DndContext>
|
<DndContext>
|
||||||
<div
|
<div
|
||||||
style={{ display: 'flex', alignItems: 'center', gap: 8, marginTop: token.marginLG, ...style }}
|
style={{ display: 'flex', alignItems: 'center', gap: 8, ...style, marginTop: token.marginLG }}
|
||||||
{...others}
|
{...others}
|
||||||
className={cx(others.className, 'nb-action-bar')}
|
className={cx(others.className, 'nb-action-bar')}
|
||||||
>
|
>
|
||||||
|
@ -51,7 +51,7 @@ const createFilterSchema = () => {
|
|||||||
layout: 'one-column',
|
layout: 'one-column',
|
||||||
style: {
|
style: {
|
||||||
float: 'right',
|
float: 'right',
|
||||||
marginTop: 8,
|
marginTop: 'var(--nb-spacing)',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
properties: {},
|
properties: {},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user