mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
fix: Tag with Tooltip should not affact style (#42414)
This commit is contained in:
parent
8222062056
commit
4460ff4718
@ -151,6 +151,9 @@ export default (prefixCls: string, injectStyle: boolean): UseComponentStyleResul
|
||||
zIndexPopup: zIndexPopupBase + 70,
|
||||
colorBgDefault: colorBgSpotlight,
|
||||
}),
|
||||
{
|
||||
resetStyle: false,
|
||||
},
|
||||
);
|
||||
|
||||
return useOriginHook(prefixCls);
|
||||
|
Loading…
Reference in New Issue
Block a user