mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-01 19:48:38 +08:00
fix(InputNumber): disabled text clolor (#7776)
This commit is contained in:
parent
22dad3ba6d
commit
968317ca9f
@ -263,6 +263,10 @@ const genInputNumberStyles: GenerateStyle<InputNumberToken> = (token: InputNumbe
|
|||||||
[`${componentCls}-handler-wrap`]: {
|
[`${componentCls}-handler-wrap`]: {
|
||||||
display: 'none',
|
display: 'none',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
[`${componentCls}-input`]: {
|
||||||
|
color: 'inherit',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
[`
|
[`
|
||||||
|
Loading…
Reference in New Issue
Block a user