示例代码
Code: Select all
<Slider
maxTrackHeight="30px"
maxTrackRadius="15px"
minTrackHeight="30px"
minTrackRadius="15px"
thumbHeight="28px"
thumbWidth="28px"
maxTrackColor="#f2f2f2"
minTrackColor="#43aaff"
min={0}
max={100}
step={1}
value={env_bright}
onAfterChange={value => dpActions.env_bright.set(value)}
/>