From 997262e44f7f9e8d0cde869cfd026ef8c0850efd Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 16 Dec 2021 11:18:57 +0800
Subject: [PATCH] 增加弹窗中跳转地图并显示当前建筑弹窗
---
src/styles/mobile/popup.scss | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/styles/mobile/popup.scss b/src/styles/mobile/popup.scss
index 5a07d87..139dcd9 100644
--- a/src/styles/mobile/popup.scss
+++ b/src/styles/mobile/popup.scss
@@ -80,13 +80,13 @@
height: auto !important;
left: 20px !important;
top: 50px !important;
- z-index: 200;
+ // z-index: 200;
background-color: transparent !important;
border: 1px solid transparent !important;
div:nth-child(1) {
// border-bottom: 1px solid #ebebeb;
- margin-bottom: 20px !important;
+ margin-bottom: 37px !important;
}
div:nth-child(2) {
display: none !important;
@@ -102,7 +102,7 @@
background-color: #c9302c !important;
color: white !important;
@extend .flexCenter;
- border-radius: 8px;
+ border-radius: 5px;
svg {
width: 20px !important;
height: 20px !important;
--
Gitblit v1.9.3