style: 增加选择器高度以改善用户界面体验

This commit is contained in:
xudan 2025-07-24 10:27:52 +08:00
parent da8646156b
commit 03f8e8d74a

View File

@ -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',