diff --git a/components/dropdown/style/index.tsx b/components/dropdown/style/index.tsx index c6141a8cc6d2..70cbd28c6756 100644 --- a/components/dropdown/style/index.tsx +++ b/components/dropdown/style/index.tsx @@ -347,7 +347,7 @@ const genBaseStyle: GenerateStyle = (token) => { }, }, - [`&${menuCls}-item-disabled`]: { + [`&${menuCls}-item-disabled${menuCls}-item-disabled`]: { color: colorTextDisabled, cursor: 'not-allowed', @@ -456,9 +456,9 @@ export default genComponentStyleHook( dropdownEdgeChildPadding: paddingXXS, }); return [ - genStatusStyle(dropdownToken), genBaseStyle(dropdownToken), genButtonStyle(dropdownToken), + genStatusStyle(dropdownToken), ]; }, (token) => ({