mirror of
https://github.com/nocobase/nocobase.git
synced 2026-09-21 13:52:17 +08:00
chore: use token better
This commit is contained in:
@@ -21,6 +21,7 @@ export const useStyles = createStyles(({ token }) => {
|
||||
},
|
||||
pageContent: {
|
||||
margin: token.marginLG,
|
||||
fontSize: 0, // 防止幽灵节点影响间距
|
||||
},
|
||||
// pageContent: {
|
||||
// marginTop: token.margin,
|
||||
|
||||
@@ -26,7 +26,7 @@ const ThemeList = () => {
|
||||
}
|
||||
|
||||
return (
|
||||
<Space size={token.sizeLG} wrap>
|
||||
<Space size={token.marginLG} wrap>
|
||||
{data?.map((item) => {
|
||||
return <ThemeCard item={item} key={item.id} onChange={handleChange} />;
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user