mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 11:17:41 +00:00
修复datetimepicker的问题
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user