afc163
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
1 additions and
10 deletions
-
components/empty/style/index.ts
-
components/select/style/dropdown.tsx
|
|
@ -34,6 +34,7 @@ const genSharedEmptyStyle: GenerateStyle<EmptyToken> = (token): CSSObject => { |
|
|
|
}, |
|
|
|
|
|
|
|
svg: { |
|
|
|
maxWidth: '100%', |
|
|
|
height: '100%', |
|
|
|
margin: 'auto', |
|
|
|
}, |
|
|
|
|
|
@ -84,16 +84,6 @@ const genSingleStyle: GenerateStyle<SelectToken> = (token) => { |
|
|
|
display: 'none', |
|
|
|
}, |
|
|
|
|
|
|
|
'&-empty': { |
|
|
|
color: token.colorTextDisabled, |
|
|
|
}, |
|
|
|
|
|
|
|
// ========================= Options =========================
|
|
|
|
[`${selectItemCls}-empty`]: { |
|
|
|
...genItemStyle(token), |
|
|
|
color: token.colorTextDisabled, |
|
|
|
}, |
|
|
|
|
|
|
|
[`${selectItemCls}`]: { |
|
|
|
...genItemStyle(token), |
|
|
|
cursor: 'pointer', |
|
|
|