未验证 提交 27dfbb04 编写于 作者: Y yun小梦 提交者: GitHub

Update ypicker.wxml

上级 0f8413cf
<picker class="{{open==true?'item-value':''}}" mode="multiSelector" bindchange="bindMultiPickerChange" bindcolumnchange="bindMultiPickerColumnChange" value="{{multiIndex}}" range="{{multiArray}}">
<!-- input有自带样式,其基于父组件(显示为自带默认宽高),这里可以通过传值决定input内容显示位置 -->
<input value='{{time}}' placeholder='请选择时间' style="text-align: {{size || 'right'}}; color: {{color}}" placeholder-style="color:{{holder}}" />
</picker>
\ No newline at end of file
<!-- input有自带样式,其基于父组件(显示为自带默认宽高),这里可以通过传值决定input内容显示位置 -->
<input value='{{time}}' readonly="" disabled="true" placeholder='请选择时间' style="text-align: {{size || 'right'}}; color: {{color}}" placeholder-style="color:{{holder}}" />
</picker>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册