From 92d5a2511ed8c40cfffc960d7c3556db2e09a485 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 22 Apr 2021 20:34:20 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/jfpt-Vue

---
 src/views/supervisoryConsole/card.vue |   12 ++++--------
 1 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/src/views/supervisoryConsole/card.vue b/src/views/supervisoryConsole/card.vue
index f4c0410..39388a6 100644
--- a/src/views/supervisoryConsole/card.vue
+++ b/src/views/supervisoryConsole/card.vue
@@ -29,8 +29,7 @@
       style="
         margin-top: 10px;
         display: flex;
-        justify-content: center;
-        align-items: center;
+        justify-content: left;
         flex-wrap: wrap;
       "
     >
@@ -53,7 +52,7 @@
             "
           >
             <div>{{ item.deviceName }}</div>
-            <div>{{ item.street }}</div>
+            <div style="width: 80%;">{{ item.street }}</div>
 
             <div class="cet">
               {{
@@ -130,9 +129,7 @@
         this.loading = false;
       }, 2000);
     },
-    siteStatus(value, e) {
-      console.log(this.radio, value);
-    },
+    
     inputSearchBtn() {
       this.getEquipmentLists();
     },
@@ -286,8 +283,7 @@
   height: 172px !important;
   box-sizing: border-box;
   margin-bottom: 20px !important;
-  min-width: 368px;
-  max-width: 370px;
+  width: 20% !important;
   a {
     width: 100%;
     height: 100%;

--
Gitblit v1.9.3