Files
zgty-mas-m/uview-plus/components/u-slider/slider.js
2026-03-05 16:54:47 +08:00

31 lines
685 B
JavaScript

/*
* @Author : LQ
* @Description :
* @version : 3.0
* @Date : 2021-08-20 16:44:21
* @LastAuthor : jry
* @lastTime : 2025-12-19 08:55:21
* @FilePath : /uview-plus/libs/config/props/slider.js
*/
export default {
// slider组件
slider: {
value: 0,
blockSize: 18,
min: 0,
max: 100,
step: 1,
activeColor: '#2979ff',
inactiveColor: '#c0c4cc',
blockColor: '#ffffff',
showValue: false,
disabled:false,
blockStyle: {},
useNative: false,
height: '',
innerStyle: {},
vertical: false,
size: '2px',
length: 'auto'
}
}