Authored by 孙凯

修改UI review by hongmo

... ... @@ -178,6 +178,7 @@ const styles = StyleSheet.create({
borderColor: '#CCC',
borderRadius: 4,
marginTop: 5,
paddingLeft:10,
},
pickerView: {
width: width - 150,
... ... @@ -188,6 +189,7 @@ const styles = StyleSheet.create({
borderColor: '#CCC',
borderRadius: 4,
justifyContent: 'center',
paddingLeft:10,
},
pickerText: {
... ...