From 094dff34cea6a27ff251b23fc30ffafff6d3bcf2 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 17 Jun 2021 11:32:15 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/pyhmap

---
 widgets/MapPrinting/css/style.css |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/widgets/MapPrinting/css/style.css b/widgets/MapPrinting/css/style.css
index 96bc00a..3d60ab9 100644
--- a/widgets/MapPrinting/css/style.css
+++ b/widgets/MapPrinting/css/style.css
@@ -8,6 +8,7 @@
   height: 100%;
   border-radius: 10px;
   display: none;
+  box-shadow: 0 0 8px #fff;
 }
 
 .MapPrinting-flex {
@@ -64,4 +65,7 @@
   /* padding: 5px; */
   position: relative;
   top: -2px;
-}
\ No newline at end of file
+}
+.MapPrinting-flex-x :hover{
+  color: red;
+}

--
Gitblit v1.9.3