From 9c2ba2659c261dfe1b3923ffbd175cf56296c298 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 22 Apr 2021 19:36:55 +0800
Subject: [PATCH] 部分样式修改,及页面显示调整

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

diff --git a/src/views/supervisoryConsole/card.vue b/src/views/supervisoryConsole/card.vue
index 178a768..d914590 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">
               {{
@@ -284,8 +283,7 @@
   height: 172px !important;
   box-sizing: border-box;
   margin-bottom: 20px !important;
-  min-width: 368px;
-  max-width: 370px;
+  width: 20%;
   a {
     width: 100%;
     height: 100%;

--
Gitblit v1.9.3