mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 10:06:22 +00:00
style: increase button spacing between rows in compact theme (#5589)
This commit is contained in:
parent
2bc571eb14
commit
567524dd5e
@ -105,7 +105,7 @@ const useTableColumns = (props: { showDel?: any; isSubTable?: boolean }, paginat
|
||||
return css`
|
||||
.nb-action-link {
|
||||
margin: -${token.paddingContentVerticalLG}px -${token.marginSM}px;
|
||||
padding: ${token.paddingContentVerticalLG}px ${token.margin}px;
|
||||
padding: ${token.paddingContentVerticalLG}px ${token.paddingSM + 4}px;
|
||||
}
|
||||
`;
|
||||
}, [token.paddingContentVerticalLG, token.marginSM]);
|
||||
|
Loading…
Reference in New Issue
Block a user