From 2a3bfbc64a74f3afaeced0756fcb2e4f60b94a24 Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Wed, 12 Oct 2022 17:43:25 +0800
Subject: [PATCH] 首页布局调整

---
 src/pcviews/homee/AlertInfo/index.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/pcviews/homee/AlertInfo/index.vue b/src/pcviews/homee/AlertInfo/index.vue
index eaf14ab..d9a5e4e 100644
--- a/src/pcviews/homee/AlertInfo/index.vue
+++ b/src/pcviews/homee/AlertInfo/index.vue
@@ -19,7 +19,7 @@
                     <span class="serial">{{item.serial}}</span>
                     <span class="area">{{item.area}}</span>
                     <span class="alertType">
-                        <img src="/img/home/椭圆 5 拷贝.png" alt />
+                        <img src="/zhxy/img/home/ellipse5-copy.png" alt />
                         {{item.alertType}}
                     </span>
                     <span class="date">{{item.date}}</span>
@@ -40,7 +40,7 @@
                 { type: '网关', count: 106 },
                 { type: '水平衡', count: 39 },
                 { type: '电平衡', count: 85 },
-                { type: '管网侧漏', count: 73 },
+                // { type: '管网侧漏', count: 73 },
             ],
             sum: 0,
             alertMsg: [
@@ -71,7 +71,7 @@
 .container {
     position: relative;
     width: 1020px;
-    height: 310px;
+    height: 100%;
     background: url(/zhxy/img/home/juxing2.png) no-repeat;
     background-size: 100% 100%;
     .title {
@@ -123,7 +123,7 @@
     .alertMsg {
         position: absolute;
         right: 68px;
-        bottom: 16px;
+        bottom: -2px;
         width: 680px;
         height: 266px;
         // background-color: #fff;

--
Gitblit v1.9.3