diff --git a/src/views/companyAdmin/bigScreen/rightMenu.vue b/src/views/companyAdmin/bigScreen/rightMenu.vue index e095713a..167d5d91 100644 --- a/src/views/companyAdmin/bigScreen/rightMenu.vue +++ b/src/views/companyAdmin/bigScreen/rightMenu.vue @@ -5,7 +5,7 @@
智能监测
-
+
  • {{item.devOnline}}/{{item.devNum}}

    @@ -19,9 +19,9 @@
    巡检情况
    -
    -
    检查总数208
    -
    +
    暂无数据 +
    @@ -29,8 +29,8 @@
    累计预警工程排行
    -
    -
    +
    暂无数据 +
    @@ -723,6 +723,18 @@ export default { box-sizing: border-box; padding-bottom: 6px; } +.item-detail:nth-child(2){ + line-height: 180px; + text-align: center; + width: 100%; + height:180px; +} +.item-detail:nth-child(3){ + line-height: 180px; + text-align: center; + width: 100%; + height:180px; +} .monitor-list{ display: flex; flex-wrap: wrap;