| | |
| | | * @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: |
| | | * |
| | |
| | | <div class="content" :class="{ 'scale-dom': scaleDomFlag }"> |
| | | {{ mapSearchPopupData.name }} |
| | | </div> |
| | | <div class="bottom-arrow"></div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | 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; |