看板打包
This commit is contained in:
@@ -86,7 +86,10 @@ html, body {
|
|||||||
min-width: 1440px;
|
min-width: 1440px;
|
||||||
min-height: 1040px; */
|
min-height: 1040px; */
|
||||||
width: 1920px;
|
width: 1920px;
|
||||||
height: 1200px;
|
height: 1200px;
|
||||||
|
/* 顺和大屏尺寸 */
|
||||||
|
/* height: 1080px; */
|
||||||
|
/* 顺和看板尺寸 */
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|||||||
@@ -99,6 +99,7 @@ export default {
|
|||||||
}
|
}
|
||||||
this.$store.dispatch('setConfig', obj)
|
this.$store.dispatch('setConfig', obj)
|
||||||
this.$router.push('/LogisticsProcess')
|
this.$router.push('/LogisticsProcess')
|
||||||
|
// this.$router.push('/SortWorkMonitor')
|
||||||
// this.$router.push('/MonitoringScreen')
|
// this.$router.push('/MonitoringScreen')
|
||||||
// this.$router.push('/HomeScreen')
|
// this.$router.push('/HomeScreen')
|
||||||
// if (this.active === '0') {
|
// if (this.active === '0') {
|
||||||
|
|||||||
@@ -171,14 +171,14 @@ export default {
|
|||||||
// })
|
// })
|
||||||
},
|
},
|
||||||
beforeDestroy () {
|
beforeDestroy () {
|
||||||
this.$nextTick(() => {
|
// this.$nextTick(() => {
|
||||||
const bodyStyle = document.body.style
|
// const bodyStyle = document.body.style
|
||||||
const htmlStyle = document.getElementsByTagName('html')[0].style
|
// const htmlStyle = document.getElementsByTagName('html')[0].style
|
||||||
bodyStyle.width = '1920px'
|
// bodyStyle.width = '1920px'
|
||||||
htmlStyle.width = '1920px'
|
// htmlStyle.width = '1920px'
|
||||||
bodyStyle.height = '1200px'
|
// bodyStyle.height = '1080px'
|
||||||
htmlStyle.height = '1200px'
|
// htmlStyle.height = '1080px'
|
||||||
})
|
// })
|
||||||
},
|
},
|
||||||
data () {
|
data () {
|
||||||
return {
|
return {
|
||||||
@@ -206,7 +206,7 @@ export default {
|
|||||||
timer1: null,
|
timer1: null,
|
||||||
timer2: null,
|
timer2: null,
|
||||||
step: 0.4, // 数值越大速度滚动越快
|
step: 0.4, // 数值越大速度滚动越快
|
||||||
limitMoveNum: 7, // 开始无缝滚动的数据量 this.dataList.length
|
limitMoveNum: 6, // 开始无缝滚动的数据量 this.dataList.length
|
||||||
hoverStop: true, // 是否开启鼠标悬停stop
|
hoverStop: true, // 是否开启鼠标悬停stop
|
||||||
direction: 1, // 0向下 1向上 2向左 3向右
|
direction: 1, // 0向下 1向上 2向左 3向右
|
||||||
openWatch: true, // 开启数据实时监控刷新dom
|
openWatch: true, // 开启数据实时监控刷新dom
|
||||||
|
|||||||
Reference in New Issue
Block a user