提交 ec587854 编写于 作者: H hdx

slider: step 5 调整为 10

上级 2f06b011
......@@ -85,13 +85,13 @@
<slider @change="sliderChange" :value="50" :show-value="true" />
</view>
<view class="uni-title">设置步进:step=5跳动</view>
<view class="uni-title">设置步进:step=10跳动</view>
<view>
<view class="uni-row">
<text>0</text>
<text class="m-l-a">100</text>
</view>
<slider @change="sliderChange" :value="60" :step="5" />
<slider @change="sliderChange" :value="60" :step="10" />
</view>
<view class="uni-title">设置最小/最大值</view>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册