This commit is contained in:
2023-11-20 16:12:28 +08:00
parent d74e45f821
commit b3598ede84

View File

@@ -192,7 +192,7 @@
<div class="yard_group clearfix" style="display: flex;">
<div class="tcon1">
<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="atext">{{e.storageLocation}}</div>
<div class="acon acon2" :class="{noImg: e.pointStatus !== '3'}">
@@ -211,7 +211,7 @@
</div>
</div>
<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="atext">{{e.storageLocation}}</div>
<div class="acon acon2" :class="{noImg: e.pointStatus !== '3'}">
@@ -376,8 +376,8 @@
<script>
import THeader from '@components/header.vue'
import { storageMonitor } from '@js/getData1'
// import { storageMonitor } from '@js/getData11'
// import { storageMonitor } from '@js/getData1'
import { storageMonitor } from '@js/getData11'
export default {
name: 'StorageMonitor',
components: {
@@ -486,7 +486,7 @@ export default {
classOption () {
return {
step: 0.4, // 数值越大速度滚动越快
limitMoveNum: 7, // 开始无缝滚动的数据量 this.dataList.length
limitMoveNum: 6, // 开始无缝滚动的数据量 this.dataList.length
hoverStop: true, // 是否开启鼠标悬停stop
direction: 1, // 0向下 1向上 2向左 3向右
openWatch: true, // 开启数据实时监控刷新dom
@@ -596,18 +596,20 @@ export default {
_wh(100%, 100%)
overflow hidden
.container
_wh(100%, calc(100% - 1.38rem))
// _wh(100%, calc(100% - 1.38rem))
_wh(100%, 89%)
padding 0rem .2509rem 0
overflow hidden
clear both
.bottom
_wh(100%, .38rem)
// _wh(100%, .38rem)
_wh(100%, 3%)
background center bottom / 19.06rem 100% url(../../assets/images/screen1/bottom.png) no-repeat
position fixed
bottom 0
.top_wrapper
position relative
height 66%
// height 66%
display flex
.tag_block
position absolute