修复datetimepicker的问题

This commit is contained in:
niunai
2017-03-28 14:43:53 +08:00
parent db438160cd
commit 56a3922a01
4 changed files with 100 additions and 33 deletions

View File

@@ -15,7 +15,7 @@
:itemHeight="itemHeight"
:visible-item-count="visibleItemCount"
:value-key="valueKey"
@change="columnValueChange(index)">
@columnChange="columnValueChange(index)">
</picker-column>
<div class="zan-picker-center-highlight" :style="{ height: itemHeight + 'px', marginTop: -itemHeight / 2 + 'px' }"></div>
</div>