From 3f957f1b2edf8ad7e35f6c3f64b47f7704fa366d Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 08 Mar 2022 11:18:08 +0800
Subject: [PATCH] 二维码参数更改,左侧实景,监控更改

---
 src/components/map/components/campusBuildingSearch.vue |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/src/components/map/components/campusBuildingSearch.vue b/src/components/map/components/campusBuildingSearch.vue
index f0c0af6..1d747bf 100644
--- a/src/components/map/components/campusBuildingSearch.vue
+++ b/src/components/map/components/campusBuildingSearch.vue
@@ -386,7 +386,7 @@
     }
 
     .map-campus-shortcut {
-        margin-top: 20px;
+        margin-top: 40px;
         width: 100%;
         // height: 330px;
         height: auto;
@@ -394,19 +394,18 @@
         border-radius: 5px;
 
         .shortcut-box {
-            padding-top: 36px;
             height: auto;
             ul {
                 display: flex;
                 width: 100%;
                 height: auto;
-                justify-content: flex-start;
+                // justify-content: space-around;
                 flex-wrap: wrap;
 
                 li {
-                    margin: 0 13px;
-                    width: 84px;
-                    height: 76px;
+                    margin: 22.5px 0 0 22.5px;
+                    width: 80px;
+                    height: 70px;
 
                     .el-button {
                         width: 80px;
@@ -440,6 +439,10 @@
                         border: 1px solid #000;
                     }
                 }
+
+                li:last-child {
+                    margin-bottom: 22.5px;
+                }
             }
         }
     }

--
Gitblit v1.9.3