From 1497ceac8355e15d46c9a8e340040ad477288409 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E5=A6=8D?= <3096114695@qq.com> Date: Mon, 15 May 2023 16:29:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=91=9E=E5=A3=AB=E6=81=92?= =?UTF-8?q?=E9=80=9A=E5=A4=A7=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../companyAdmin/bigScreen/rightMenu.vue | 24 ++++++++++++++----- 1 file changed, 18 insertions(+), 6 deletions(-) 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;