diff --git a/components/select/style/dropdown.tsx b/components/select/style/dropdown.tsx index 5f6708fcf0..2256397389 100644 --- a/components/select/style/dropdown.tsx +++ b/components/select/style/dropdown.tsx @@ -104,10 +104,6 @@ const genSingleStyle: GenerateStyle = (token) => { '&-content': { flex: 'auto', ...textEllipsis, - - '> *': { - ...textEllipsis, - }, }, '&-state': { diff --git a/components/select/style/index.tsx b/components/select/style/index.tsx index 4024164c71..202be12803 100644 --- a/components/select/style/index.tsx +++ b/components/select/style/index.tsx @@ -144,11 +144,6 @@ const genBaseStyle: GenerateStyle = (token) => { flex: 1, fontWeight: 'normal', ...textEllipsis, - - '> *': { - lineHeight: 'inherit', - ...textEllipsis, - }, }, // ======================= Placeholder =======================