mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-09 23:49:27 +08:00
fix: fix style of setting button in compact theme (#6001)
This commit is contained in:
parent
f9f9134fa7
commit
bea3ebccc4
@ -60,7 +60,7 @@ export const TableColumnActionBar = observer(
|
|||||||
<SortableItem
|
<SortableItem
|
||||||
className={designerCss({
|
className={designerCss({
|
||||||
margin: isInSubTable ? '-12px -8px' : '-18px -16px',
|
margin: isInSubTable ? '-12px -8px' : '-18px -16px',
|
||||||
padding: isInSubTable ? '12px 8px' : '18px 16px',
|
padding: isInSubTable ? '12px 8px' : '12px 16px',
|
||||||
})}
|
})}
|
||||||
>
|
>
|
||||||
<Designer />
|
<Designer />
|
||||||
|
@ -88,7 +88,7 @@ export const TableColumnDecorator = (props) => {
|
|||||||
<SortableItem
|
<SortableItem
|
||||||
className={designerCss({
|
className={designerCss({
|
||||||
margin: isInSubTable ? '-12px -8px' : '-18px -16px',
|
margin: isInSubTable ? '-12px -8px' : '-18px -16px',
|
||||||
padding: isInSubTable ? '12px 8px' : '18px 16px',
|
padding: isInSubTable ? '12px 8px' : '12px 16px',
|
||||||
})}
|
})}
|
||||||
>
|
>
|
||||||
<CollectionFieldContext.Provider value={collectionField}>
|
<CollectionFieldContext.Provider value={collectionField}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user