MadCcc
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
components/date-picker/style/index.ts
|
@ -1024,6 +1024,7 @@ const genPickerStyle: GenerateStyle<PickerToken> = (token) => { |
|
|
presetsWidth, |
|
|
presetsWidth, |
|
|
presetsMaxWidth, |
|
|
presetsMaxWidth, |
|
|
boxShadowPopoverArrow, |
|
|
boxShadowPopoverArrow, |
|
|
|
|
|
colorTextQuaternary, |
|
|
} = token; |
|
|
} = token; |
|
|
|
|
|
|
|
|
return [ |
|
|
return [ |
|
@ -1054,7 +1055,7 @@ const genPickerStyle: GenerateStyle<PickerToken> = (token) => { |
|
|
cursor: 'not-allowed', |
|
|
cursor: 'not-allowed', |
|
|
|
|
|
|
|
|
[`${componentCls}-suffix`]: { |
|
|
[`${componentCls}-suffix`]: { |
|
|
color: colorTextDisabled, |
|
|
color: colorTextQuaternary, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|