仓储
This commit is contained in:
@@ -192,7 +192,7 @@
|
|||||||
<div class="yard_group clearfix" style="display: flex;">
|
<div class="yard_group clearfix" style="display: flex;">
|
||||||
<div class="tcon1">
|
<div class="tcon1">
|
||||||
<div class="lbox">
|
<div class="lbox">
|
||||||
<div class="conn1" style="width: 137px;" v-for="(e, i) in group02.slice(0, 14)" :key="i">
|
<div class="conn1" style="width: 135px;" v-for="(e, i) in group02.slice(0, 14)" :key="i">
|
||||||
<div class="a-box" @click="showInfo(e)">
|
<div class="a-box" @click="showInfo(e)">
|
||||||
<div class="atext">{{e.storageLocation}}</div>
|
<div class="atext">{{e.storageLocation}}</div>
|
||||||
<div class="acon acon2" :class="{noImg: e.pointStatus !== '3'}">
|
<div class="acon acon2" :class="{noImg: e.pointStatus !== '3'}">
|
||||||
@@ -211,7 +211,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="lbox lbox2">
|
<div class="lbox lbox2">
|
||||||
<div class="conn1" style="width: 137px;" v-for="(e, i) in group02.slice(14, 28)" :key="i">
|
<div class="conn1" style="width: 135px;" v-for="(e, i) in group02.slice(14, 28)" :key="i">
|
||||||
<div class="a-box" @click="showInfo(e)">
|
<div class="a-box" @click="showInfo(e)">
|
||||||
<div class="atext">{{e.storageLocation}}</div>
|
<div class="atext">{{e.storageLocation}}</div>
|
||||||
<div class="acon acon2" :class="{noImg: e.pointStatus !== '3'}">
|
<div class="acon acon2" :class="{noImg: e.pointStatus !== '3'}">
|
||||||
@@ -376,8 +376,8 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
import THeader from '@components/header.vue'
|
import THeader from '@components/header.vue'
|
||||||
import { storageMonitor } from '@js/getData1'
|
// import { storageMonitor } from '@js/getData1'
|
||||||
// import { storageMonitor } from '@js/getData11'
|
import { storageMonitor } from '@js/getData11'
|
||||||
export default {
|
export default {
|
||||||
name: 'StorageMonitor',
|
name: 'StorageMonitor',
|
||||||
components: {
|
components: {
|
||||||
@@ -486,7 +486,7 @@ export default {
|
|||||||
classOption () {
|
classOption () {
|
||||||
return {
|
return {
|
||||||
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
|
||||||
@@ -596,18 +596,20 @@ export default {
|
|||||||
_wh(100%, 100%)
|
_wh(100%, 100%)
|
||||||
overflow hidden
|
overflow hidden
|
||||||
.container
|
.container
|
||||||
_wh(100%, calc(100% - 1.38rem))
|
// _wh(100%, calc(100% - 1.38rem))
|
||||||
|
_wh(100%, 89%)
|
||||||
padding 0rem .2509rem 0
|
padding 0rem .2509rem 0
|
||||||
overflow hidden
|
overflow hidden
|
||||||
clear both
|
clear both
|
||||||
.bottom
|
.bottom
|
||||||
_wh(100%, .38rem)
|
// _wh(100%, .38rem)
|
||||||
|
_wh(100%, 3%)
|
||||||
background center bottom / 19.06rem 100% url(../../assets/images/screen1/bottom.png) no-repeat
|
background center bottom / 19.06rem 100% url(../../assets/images/screen1/bottom.png) no-repeat
|
||||||
position fixed
|
position fixed
|
||||||
bottom 0
|
bottom 0
|
||||||
.top_wrapper
|
.top_wrapper
|
||||||
position relative
|
position relative
|
||||||
height 66%
|
// height 66%
|
||||||
display flex
|
display flex
|
||||||
.tag_block
|
.tag_block
|
||||||
position absolute
|
position absolute
|
||||||
|
|||||||
Reference in New Issue
Block a user