mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
style: fix Mentions item height to 32px (#46737)
Co-authored-by: lijianan <574980606@qq.com>
This commit is contained in:
parent
3f4fd427c3
commit
680c5123db
@ -221,7 +221,7 @@ export const prepareComponentToken: GetDefaultToken<'Mentions'> = (token) => ({
|
||||
dropdownHeight: 250,
|
||||
controlItemWidth: 100,
|
||||
zIndexPopup: token.zIndexPopupBase + 50,
|
||||
itemPaddingVertical: token.controlHeight - token.fontHeight,
|
||||
itemPaddingVertical: (token.controlHeight - token.fontHeight) / 2,
|
||||
});
|
||||
|
||||
// ============================== Export ==============================
|
||||
|
Loading…
Reference in New Issue
Block a user