| | |
| | | <template> |
| | | <div class="mapViewer"> |
| | | <div class="cacheImage"> |
| | | <img style="display: none;" src="@assets/img/new/rightCircle-y.png" alt="" /> |
| | | <img style="display: none;" src="@assets/img/new/leftCircle-y.png" alt="" /> |
| | | <img style="display: none;" src="@assets/img/new/treeClose-y.png" alt="" /> |
| | | <img style="display: none;" src="@assets/img/new/h1.png" alt="" /> |
| | | </div> |
| | | |
| | | |
| | | <div class="tooltip" :class="{ tooltiphide: !tooltipShow }"> |
| | | <span> |
| | | {{ tooltipInfo }} |
| | |
| | | }; |
| | | </script> |
| | | <style scoped> |
| | | .cacheImage{ |
| | | display: none !important; |
| | | } |
| | | .mapViewer { |
| | | height: 100%; |
| | | } |