Browse Source

隐藏大屏首页的跳转按钮,修复设备报警多条数据会错乱的问题

dongming
mk 1 month ago
parent
commit
322b814f29
  1. 4
      src/views/dataBoard/IoTPerception/equipmentWarning/index.css
  2. 1
      src/views/dataBoard/IoTPerception/equipmentWarning/index.min.css
  3. 2
      src/views/dataBoard/IoTPerception/equipmentWarning/index.scss
  4. 2
      src/views/dataBoard/IoTPerception/equipmentWarning/index.vue
  5. 2
      src/views/dataBoard/IoTPerception/index.vue
  6. 2
      src/views/dataBoard/home/index.vue

4
src/views/dataBoard/IoTPerception/equipmentWarning/index.css

@ -0,0 +1,4 @@
.m-jdjs {
height: 300px;
overflow-y: hidden;
}

1
src/views/dataBoard/IoTPerception/equipmentWarning/index.min.css

@ -0,0 +1 @@
.m-jdjs{height:300px;overflow-y:hidden}

2
src/views/dataBoard/IoTPerception/equipmentWarning/index.scss

@ -1,5 +1,7 @@
.m-jdjs{
// margin: 10px 16px;
height: 300px;
overflow-y: hidden;
.m-jdjs-js{
// display: grid;
// grid-template-columns: repeat(2, 1fr); /* 每行 2 个元素,1fr 是均分空间 */

2
src/views/dataBoard/IoTPerception/equipmentWarning/index.vue

@ -12,7 +12,7 @@
</tr>
</thead>
</table>
<el-scrollbar :style="{maxHeight:treeHeight}" class="g-scrollar">
<el-scrollbar class="g-scrollar" style="height: 270px;">
<table class="table" border="0" cellspacing="0" cellpadding="0">
<col :align="item.align" :width="item.width" :key="'col' + index" v-for="(item, index) in colList" />
<tbody class="table-body" style="width: 1886px;">

2
src/views/dataBoard/IoTPerception/index.vue

@ -83,7 +83,7 @@
<title-box text="基础设施覆盖率" />
<InfrastructureRate :currentLevelData="currentLevelData" />
</div>
<div class="m-box2">
<div class="m-box2" style="overflow: hidden;">
<title-box text="设备报警" textSon="事件预警" />
<equipmentWarning :currentLevelData="currentLevelData" />
</div>

2
src/views/dataBoard/home/index.vue

@ -30,7 +30,7 @@
@clickDotBtn="handleClickDotBtn"
/>
</div>
<div class=" m-box m-cate map-bottom">
<div class=" m-box m-cate map-bottom" style="display:none;">
<div
class="item"
v-for="(item, index) in typeList"

Loading…
Cancel
Save