feat(Picker): some prop can be string type

This commit is contained in:
陈嘉涵
2020-01-29 10:36:36 +08:00
parent c6f424baa7
commit ecdaf3f837
5 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -283,7 +283,7 @@ export default createComponent({
},
render(h) {
const { itemHeight } = this;
const itemHeight = +this.itemHeight;
const wrapHeight = itemHeight * this.visibleItemCount;
const frameStyle = {