发版
This commit is contained in:
@@ -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 //输入框
|
||||
|
||||
Reference in New Issue
Block a user