mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 21:49:25 +08:00
Merge branch 'main' into next
This commit is contained in:
commit
6580366505
@ -52,7 +52,8 @@ export const useSchemaInitializerStyles = genStyleHook('nb-schema-initializer',
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
[`${componentCls}-item-content`]: {
|
[`${componentCls}-item-content`]: {
|
||||||
marginLeft: token.marginXS,
|
// 相当于 Menu 的 iconMarginInlineEnd,参见:https://github.com/ant-design/ant-design/blob/6a62d9e7eaf3e683c673091e39fe65ba3204d94b/components/menu/style/index.ts#L942
|
||||||
|
marginLeft: token.controlHeightSM - token.fontSize,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user