mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 13:39:24 +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>
|
||||
<DndContext>
|
||||
<div
|
||||
style={{ display: 'flex', alignItems: 'center', gap: 8, marginTop: token.marginLG, ...style }}
|
||||
style={{ display: 'flex', alignItems: 'center', gap: 8, ...style, marginTop: token.marginLG }}
|
||||
{...others}
|
||||
className={cx(others.className, 'nb-action-bar')}
|
||||
>
|
||||
|
@ -51,7 +51,7 @@ const createFilterSchema = () => {
|
||||
layout: 'one-column',
|
||||
style: {
|
||||
float: 'right',
|
||||
marginTop: 8,
|
||||
marginTop: 'var(--nb-spacing)',
|
||||
},
|
||||
},
|
||||
properties: {},
|
||||
|
Loading…
x
Reference in New Issue
Block a user