diff --git a/components/popconfirm/style/index.tsx b/components/popconfirm/style/index.tsx index 100cbdbb3c6f..f5ae3b57b0b4 100644 --- a/components/popconfirm/style/index.tsx +++ b/components/popconfirm/style/index.tsx @@ -86,4 +86,7 @@ export default genComponentStyleHook( zIndexPopup: zIndexPopupBase + 60, }; }, + { + resetStyle: false, + }, ); diff --git a/components/popover/style/index.tsx b/components/popover/style/index.tsx index 8502f5af141d..4bd70b68c429 100644 --- a/components/popover/style/index.tsx +++ b/components/popover/style/index.tsx @@ -200,6 +200,7 @@ export default genComponentStyleHook( zIndexPopup: token.zIndexPopupBase + 30, }), { + resetStyle: false, deprecatedTokens: [['width', 'minWidth']], }, );