zxr vor 3 Jahren
Ursprung
Commit
5f677c8e85
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      src/views/taishi/index.vue

+ 2 - 2
src/views/taishi/index.vue

@@ -2015,11 +2015,11 @@ export default {
     defaultOption2() {
       return {
         step: 0.2, // 数值越大速度滚动越快
-        limitMoveNum: this.fylist.length, // 开始无缝滚动的数据量 this.dataList.length
+        limitMoveNum: 6, // 开始无缝滚动的数据量 this.dataList.length
         hoverStop: true, // 是否开启鼠标悬停stop
         direction: 1, // 0向下 1向上 2向左 3向右
         openWatch: true, // 开启数据实时监控刷新dom
-        singleHeight: this.fylist.length, // 单步运动停止的高度(默认值0是无缝不停止的滚动) direction => 0/1
+        singleHeight: 0, // 单步运动停止的高度(默认值0是无缝不停止的滚动) direction => 0/1
         singleWidth: 0, // 单步运动停止的宽度(默认值0是无缝不停止的滚动) direction => 2/3
         waitTime: 1000 // 单步运动停止的时间(默认值1000ms)
       };