From 4a0febc5b58d90ad0ef5bd1e060a1ff9c5f6b882 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 22 Sep 2022 18:09:39 +0800
Subject: [PATCH] 缓冲分析

---
 src/components/map/index.vue |   27 +--------------------------
 1 files changed, 1 insertions(+), 26 deletions(-)

diff --git a/src/components/map/index.vue b/src/components/map/index.vue
index 549fafb..fcad8b9 100644
--- a/src/components/map/index.vue
+++ b/src/components/map/index.vue
@@ -2,7 +2,7 @@
  * @Author: shuishen 1109946754@qq.com
  * @Date: 2022-08-18 17:00:30
  * @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2022-09-22 14:05:36
+ * @LastEditTime: 2022-09-22 18:00:12
  * @FilePath: \srs-police-affairs\src\components\map\index.vue
  * @Description: 公用地图组件
  * 
@@ -544,30 +544,5 @@
     position: relative;
     width: 100%;
     height: 100%;
-
-    .screen-full-btn {
-        display: flex;
-        align-items: center;
-        justify-content: center;
-        position: absolute;
-        left: 420px;
-        bottom: 10px;
-        width: 36px;
-        height: 36px;
-        font-size: 20px;
-        color: #5a5e66;
-        background: #fff;
-        border-radius: 5px;
-        z-index: 99;
-
-        // &.hover-effect {
-        //     cursor: pointer;
-        //     transition: background 0.3s;
-
-        //     &:hover {
-        //         background: rgba(0, 0, 0, 0.025);
-        //     }
-        // }
-    }
 }
 </style>

--
Gitblit v1.9.3