如题,请求各位大哥大姐们的帮助,在这里先谢谢各位了!
17的高度,字体大小12,导致输入什么字看都看不到,UI图就要这个高度我也没办法,请教大家该怎么办呢!
<TextInput style={styles.inputNumber} />
inputNumber: {
height: 17,
width: 34,
// backgroundColor: '#F6F6F6',
backgroundColor: '#FFF',
borderRadius: 2,
color: '#323232',
fontSize: 12,
borderColor: 'gray',
borderWidth: 1,
textAlign: 'center'
}
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…