diff --git a/src/views/oneMap/smartBridge/LeftBox.vue b/src/views/oneMap/smartBridge/LeftBox.vue index eb97fae..e2d61bd 100644 --- a/src/views/oneMap/smartBridge/LeftBox.vue +++ b/src/views/oneMap/smartBridge/LeftBox.vue @@ -22,10 +22,10 @@ {{ t }}
- - {{ item.activeNum + '/' + item.allNum }}{{ item.activeNum }}个 +
@@ -113,28 +113,28 @@ name: ['加速度计'], icon: jsdj_icon, num: '0/18', - activeNum: '0', + activeNum: '2', allNum: '18', }, { - name: ['温度计'], + name: ['风速风向仪'], icon: wdj_icon, num: '0/3', - activeNum: '0', + activeNum: '1', allNum: '3', }, { name: ['裂缝计'], icon: lfj_icon, num: '0/3', - activeNum: '0', + activeNum: '1', allNum: '3', }, { name: ['摄像机'], icon: sxj_icon, num: '4/4', - activeNum: '4', + activeNum: '2', allNum: '4', }, ]; diff --git a/src/views/oneMap/smartBridge/LeftBox.vue b/src/views/oneMap/smartBridge/LeftBox.vue index eb97fae..e2d61bd 100644 --- a/src/views/oneMap/smartBridge/LeftBox.vue +++ b/src/views/oneMap/smartBridge/LeftBox.vue @@ -22,10 +22,10 @@ {{ t }}
- - {{ item.activeNum + '/' + item.allNum }}{{ item.activeNum }}个 +
@@ -113,28 +113,28 @@ name: ['加速度计'], icon: jsdj_icon, num: '0/18', - activeNum: '0', + activeNum: '2', allNum: '18', }, { - name: ['温度计'], + name: ['风速风向仪'], icon: wdj_icon, num: '0/3', - activeNum: '0', + activeNum: '1', allNum: '3', }, { name: ['裂缝计'], icon: lfj_icon, num: '0/3', - activeNum: '0', + activeNum: '1', allNum: '3', }, { name: ['摄像机'], icon: sxj_icon, num: '4/4', - activeNum: '4', + activeNum: '2', allNum: '4', }, ]; diff --git a/src/views/oneMap/smartTunnel/LeftBox.vue b/src/views/oneMap/smartTunnel/LeftBox.vue index ade7033..005f547 100644 --- a/src/views/oneMap/smartTunnel/LeftBox.vue +++ b/src/views/oneMap/smartTunnel/LeftBox.vue @@ -20,9 +20,10 @@
{{ t }}
- - {{ item.activeNum + '/' + item.allNum }}{{ item.activeNum }}个 +
@@ -105,13 +106,13 @@ activeNum: '1', allNum: '45', }, - { - name: ['光纤光栅', '调节仪'], - icon: tjy_icon, - num: '0/5', - activeNum: '0', - allNum: '5', - }, + // { + // name: ['光纤光栅', '调节仪'], + // icon: tjy_icon, + // num: '0/5', + // activeNum: '0', + // allNum: '5', + // }, { name: ['光纤光栅', '裂缝计'], icon: lfj_icon, @@ -120,10 +121,10 @@ allNum: '27', }, { - name: ['智能球形', '摄像机'], + name: ['摄像机'], icon: sxj_icon, num: '0/4', - activeNum: '0', + activeNum: '4', allNum: '4', }, ]; @@ -203,6 +204,8 @@ position: relative; width: 136px; height: 76px; + margin-right: 10px; + padding: 4px 0px 6px 6px; // background: linear-gradient(0deg, rgba(17, 102, 139, 0.6) 0%, rgba(0, 65, 103, 0.3) 100%); border-radius: 2px; @@ -214,6 +217,9 @@ // kpbj_img background: url('@/assets/tunnelImg/kpbj_img.png') no-repeat; background-size: 100% 100%; + &:nth-child(3n) { + margin-right: 0; + } .shebeiBox_left { z-index: 99; height: 100%; @@ -277,7 +283,7 @@ width: 100%; display: flex; flex-wrap: wrap; - justify-content: space-between; + // justify-content: space-between; align-items: center; align-content: space-between; }