mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 03:29:59 +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,
|
zIndexPopup: zIndexPopupBase + 70,
|
||||||
colorBgDefault: colorBgSpotlight,
|
colorBgDefault: colorBgSpotlight,
|
||||||
}),
|
}),
|
||||||
|
{
|
||||||
|
resetStyle: false,
|
||||||
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
return useOriginHook(prefixCls);
|
return useOriginHook(prefixCls);
|
||||||
|
Loading…
Reference in New Issue
Block a user