| | |
| | | <!-- 全屏按钮 --> |
| | | <div class="absolute right-2 top-2 cursor-pointer" @click="toggleFullScreen"> |
| | | <el-tooltip content="全屏展开" placement="top"> |
| | | <div class="ywifont text-[20px] text-black rounded-lg ywicon-fullscreen"></div> |
| | | <div class="ywifont !text-[20px] text-black rounded-lg ywicon-fullscreen"></div> |
| | | </el-tooltip> |
| | | </div> |
| | | |
| | |
| | | <BasicMap ref="fullScreenMapRef" :config="fullScreenMapConfig" class="h-full" :data="data" @markerClick="markerClick" @closeInfoWindow="closeInfoWindow" /> |
| | | <div class="absolute right-2 top-2 cursor-pointer" @click="toggleFullScreen"> |
| | | <el-tooltip content="退出全屏(Esc)" placement="top"> |
| | | <div class="ywifont text-[20px] text-black rounded-lg ywicon-tuichuquanping"></div> |
| | | <div class="ywifont !text-[20px] text-black rounded-lg ywicon-tuichuquanping"></div> |
| | | </el-tooltip> |
| | | </div> |
| | | <div class="absolute bottom-0 w-full"> |