fix: Tag with Popover/Popconfirm should not affect style (#44663)

This commit is contained in:
afc163 2023-09-07 09:29:38 +08:00 committed by GitHub
parent d266ca2a34
commit 875ef97ebc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -86,4 +86,7 @@ export default genComponentStyleHook(
zIndexPopup: zIndexPopupBase + 60,
};
},
{
resetStyle: false,
},
);

View File

@ -200,6 +200,7 @@ export default genComponentStyleHook(
zIndexPopup: token.zIndexPopupBase + 30,
}),
{
resetStyle: false,
deprecatedTokens: [['width', 'minWidth']],
},
);