style: 增加选择器高度以改善用户界面体验
This commit is contained in:
parent
da8646156b
commit
03f8e8d74a
@ -589,9 +589,10 @@ const styles = StyleSheet.create({
|
|||||||
},
|
},
|
||||||
picker: {
|
picker: {
|
||||||
color: '#ffffff',
|
color: '#ffffff',
|
||||||
height: 40,
|
height: 60,
|
||||||
width: '100%',
|
width: '100%',
|
||||||
},
|
},
|
||||||
|
|
||||||
resetButton: {
|
resetButton: {
|
||||||
flexDirection: 'row',
|
flexDirection: 'row',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user