From 83c41fcacfb07b7bddffb01510867d6c0b502f8e Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Sun, 02 Apr 2023 10:07:44 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/srs-police-affairs
---
src/components/map/components/mapSearchPopup.vue | 18 +++++++++++++++++-
1 files changed, 17 insertions(+), 1 deletions(-)
diff --git a/src/components/map/components/mapSearchPopup.vue b/src/components/map/components/mapSearchPopup.vue
index c290e81..5397954 100644
--- a/src/components/map/components/mapSearchPopup.vue
+++ b/src/components/map/components/mapSearchPopup.vue
@@ -2,7 +2,7 @@
* @Author: shuishen 1109946754@qq.com
* @Date: 2023-03-02 09:39:32
* @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2023-03-31 17:03:52
+ * @LastEditTime: 2023-04-01 14:43:39
* @FilePath: \srs-police-affairs\src\components\map\components\mapSearchPopup.vue
* @Description:
*
@@ -16,6 +16,7 @@
<div class="content" :class="{ 'scale-dom': scaleDomFlag }">
{{ mapSearchPopupData.name }}
</div>
+ <div class="bottom-arrow"></div>
</div>
</div>
</div>
@@ -65,6 +66,21 @@
left: 0;
z-index: 1 !important;
+ &>.popup-box {
+ position: relative;
+ }
+
+ .bottom-arrow {
+ position: absolute;
+ left: 50%;
+ bottom: 0px;
+ width: 0;
+ height: 0;
+ border: 10px solid transparent;
+ border-top-color: $bg-color;
+ transform: translate(-50%, 100%);
+ }
+
.scale-dom {
transform: scale(3);
transform-origin: left;
--
Gitblit v1.9.3