This commit is contained in:
贤心
2018-11-01 02:50:21 +08:00
parent 25448460a8
commit 63ae12f3cb
35 changed files with 99 additions and 66 deletions

View File

@@ -27,10 +27,10 @@ layui.use('slider', function(){
slider.render({
elem: '#slideTest1'
//,type: 'vertical'
//,min: 0 //最小值
//,max: 100 //最大值
//,value: 60 //[40, 60] //初始值
//,step: 20 //间隔值
//,min: -20 //最小值
//,max: 20 //最大值
//,value: 10 //[40, 60] //初始值
//,step: 10 //间隔值
//,showstep: true //间隔点
//,tips: false //关闭提示文本
,input: true //输入框