mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-09 15:39:24 +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
|
||||
className={designerCss({
|
||||
margin: isInSubTable ? '-12px -8px' : '-18px -16px',
|
||||
padding: isInSubTable ? '12px 8px' : '18px 16px',
|
||||
padding: isInSubTable ? '12px 8px' : '12px 16px',
|
||||
})}
|
||||
>
|
||||
<Designer />
|
||||
|
@ -88,7 +88,7 @@ export const TableColumnDecorator = (props) => {
|
||||
<SortableItem
|
||||
className={designerCss({
|
||||
margin: isInSubTable ? '-12px -8px' : '-18px -16px',
|
||||
padding: isInSubTable ? '12px 8px' : '18px 16px',
|
||||
padding: isInSubTable ? '12px 8px' : '12px 16px',
|
||||
})}
|
||||
>
|
||||
<CollectionFieldContext.Provider value={collectionField}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user