style(Picker): adjust default value of visible-item-count to 6 (#6827)

This commit is contained in:
neverland
2020-07-21 14:12:59 +08:00
committed by GitHub
parent ebb964aed8
commit 2d9f5d858a
15 changed files with 194 additions and 194 deletions
+1 -1
View File
@@ -260,7 +260,7 @@ export default {
| formatter | Option text formatter | _(type, val) => val_ | - |
| columns-order `v2.9.2` | Array for ordering columns, where item can be set to<br> `year`, `month`, `day`, `hour` and `minute` | _string[]_ | - |
| item-height `v2.8.6` | Option height, supports `px` `vw` `rem` unit, default `px` | _number \| string_ | `44` |
| visible-item-count | Count of visible columns | _number \| string_ | `5` |
| visible-item-count | Count of visible columns | _number \| string_ | `6` |
| swipe-duration `v2.2.13` | Duration of the momentum animationunit `ms` | _number \| string_ | `1000` |
### DatePicker Props