mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-29 18:50:00 +08:00
fix: Tag with Popover/Popconfirm should not affect style (#44663)
This commit is contained in:
parent
d266ca2a34
commit
875ef97ebc
@ -86,4 +86,7 @@ export default genComponentStyleHook(
|
||||
zIndexPopup: zIndexPopupBase + 60,
|
||||
};
|
||||
},
|
||||
{
|
||||
resetStyle: false,
|
||||
},
|
||||
);
|
||||
|
@ -200,6 +200,7 @@ export default genComponentStyleHook(
|
||||
zIndexPopup: token.zIndexPopupBase + 30,
|
||||
}),
|
||||
{
|
||||
resetStyle: false,
|
||||
deprecatedTokens: [['width', 'minWidth']],
|
||||
},
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user