From 1a2c1d005bf7de2528f73638fb24d31da812aad5 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 22 Jun 2021 17:40:13 +0800
Subject: [PATCH] 增加模型
---
widgets/MapPrinting/css/style.css | 15 +++++++--------
1 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/widgets/MapPrinting/css/style.css b/widgets/MapPrinting/css/style.css
index 96bc00a..1e28593 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 {
@@ -56,12 +57,10 @@
}
.MapPrinting-flex-x {
- cursor: pointer;
- /* background-color: rgba(62,159,252, 0.75); */
- /* border: 1px solid rgba(62,159,252, 0.75); */
- font-size: 26px;
- /* border-radius: 10px; */
- /* padding: 5px; */
position: relative;
- top: -2px;
-}
\ No newline at end of file
+ font-size: 18px;
+ cursor: pointer;
+}
+.MapPrinting-flex-x :hover{
+ color: red;
+}
--
Gitblit v1.9.3