style(Picker): adjust default value of visible-item-count to 6 (#6827)
This commit is contained in:
@@ -23,7 +23,7 @@ export const pickerProps = {
|
||||
},
|
||||
visibleItemCount: {
|
||||
type: [Number, String],
|
||||
default: 5,
|
||||
default: 6,
|
||||
},
|
||||
swipeDuration: {
|
||||
type: [Number, String],
|
||||
|
||||
Reference in New Issue
Block a user