JiaQi
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
0 additions and
9 deletions
-
components/select/style/dropdown.tsx
-
components/select/style/index.tsx
|
|
@ -104,10 +104,6 @@ const genSingleStyle: GenerateStyle<SelectToken> = (token) => { |
|
|
|
'&-content': { |
|
|
|
flex: 'auto', |
|
|
|
...textEllipsis, |
|
|
|
|
|
|
|
'> *': { |
|
|
|
...textEllipsis, |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
'&-state': { |
|
|
|
|
|
@ -144,11 +144,6 @@ const genBaseStyle: GenerateStyle<SelectToken> = (token) => { |
|
|
|
flex: 1, |
|
|
|
fontWeight: 'normal', |
|
|
|
...textEllipsis, |
|
|
|
|
|
|
|
'> *': { |
|
|
|
lineHeight: 'inherit', |
|
|
|
...textEllipsis, |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
// ======================= Placeholder =======================
|
|
|
|