fix: Tag with Tooltip should not affact style (#42414)

This commit is contained in:
二货爱吃白萝卜 2023-05-16 22:24:52 +08:00 committed by GitHub
parent 8222062056
commit 4460ff4718
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);