<InputNumber
min={13}
max={125}
defaultValue={this.props.defaultValue}
style={{
width: this.props.width,
borderColor: this.props.colorTheme.text6Color, <= Working
backgroundColor: this.props.colorTheme.text7Color, <= edits the rectangle behind the white rectangle with circle edges
background: this.props.colorTheme.text7Color, <= Not working
color: this.props.colorTheme.keyText3Color <= Not working
}}
/>
如何设置InputNumber背面的样式?
2条答案
按热度按时间dsf9zpds1#
您使用的是普通CSS吗?
如果您只想更改颜色,您可以尝试:
第一个月
czq61nw12#
用途