From 960a862196e4599dfe08dbc1e05b46f0a90fa7ac Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 23 Jul 2021 14:10:54 +0800
Subject: [PATCH] 样式更改

---
 src/styles/map.scss |   16 +++++++++-------
 1 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/src/styles/map.scss b/src/styles/map.scss
index 18c74e3..28f48ef 100644
--- a/src/styles/map.scss
+++ b/src/styles/map.scss
@@ -19,13 +19,15 @@
 
     .card-body {
       position: absolute;
-      top: 0;
-      left: 0;
-      right: 0;
-      bottom: 0;
-      margin: 0;
-      padding: 20px;
-      height: calc(100% - 40px) !important;
+      top: 10px;
+      left: 10px;
+      right: 10px;
+      bottom: 10px;;
+      margin: 10px;
+      padding: 0px;
+      // height: calc(100% - 40px) !important;
+      border: 1px solid transparent !important;
+      box-shadow: 3px 3px 15px -2px rgb(0, 0, 0) !important;
     }
   }
 }

--
Gitblit v1.9.3