style:修改溯源列表滚动速度
This commit is contained in:
parent
7a0c3f5aaa
commit
bdeab1bd81
@ -50,7 +50,7 @@ export default {
|
|||||||
defaultOption() {
|
defaultOption() {
|
||||||
return (data) => {
|
return (data) => {
|
||||||
return {
|
return {
|
||||||
step: 0.1, // 数值越大速度滚动越快
|
step: 0.32, // 数值越大速度滚动越快
|
||||||
limitMoveNum: this.scrollList.length, // 开始无缝滚动的数据量 this.dataList.length
|
limitMoveNum: this.scrollList.length, // 开始无缝滚动的数据量 this.dataList.length
|
||||||
hoverStop: true, // 是否开启鼠标悬停stop
|
hoverStop: true, // 是否开启鼠标悬停stop
|
||||||
direction: 1, // 0向下 1向上 2向左 3向右
|
direction: 1, // 0向下 1向上 2向左 3向右
|
||||||
|
Loading…
x
Reference in New Issue
Block a user