change
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<section class="bg">
|
<section class="bg">
|
||||||
<!-- <t-header title="顺安大屏监控-生产统计">
|
|
||||||
</t-header> -->
|
|
||||||
<t-header title="顺安大屏监控——生产统计">
|
<t-header title="顺安大屏监控——生产统计">
|
||||||
<div class="pages">
|
<div class="pages">
|
||||||
<router-link to="/LogisticsProcess">物流工艺</router-link>
|
<router-link to="/LogisticsProcess">物流工艺</router-link>
|
||||||
@@ -120,10 +118,6 @@ export default {
|
|||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
classOption () {
|
classOption () {
|
||||||
// return {
|
|
||||||
// step: 0.4,
|
|
||||||
// limitMoveNum: 6
|
|
||||||
// }
|
|
||||||
return {
|
return {
|
||||||
step: 0.4, // 数值越大速度滚动越快
|
step: 0.4, // 数值越大速度滚动越快
|
||||||
limitMoveNum: 8, // 开始无缝滚动的数据量 this.dataList.length
|
limitMoveNum: 8, // 开始无缝滚动的数据量 this.dataList.length
|
||||||
|
|||||||
Reference in New Issue
Block a user