wujingjing
2025-02-27 f996c7437b0a7d4e7bafeb7c71b7c86b7170c8bd
src/components/chat/chatComponents/summaryCom/components/recordSetTable/map/panelTool/index.vue
@@ -26,6 +26,13 @@
         <div class="mt-auto mb-32 flex gap-2 flex-col">
            <div
               class="size-8 rounded flex-center cursor-pointer bg-[#fcfcfc] font-thin"
               title="清除标记"
               @click="clearMarker"
            >
               <span class="ywifont ywicon !text-[26px] ywicon-qingchu" ></span>
            </div>
            <div
               class="size-8 rounded flex-center cursor-pointer bg-[#fcfcfc] font-thin"
               :title="fullScreenTitle"
               @click="toggleFullScreen"
            >
@@ -118,6 +125,9 @@
   activeMapToolPanel.value = type;
};
const clearMarker = () => {
   props.olMap.clearMarker();
};
const locationLoading = ref(false);
const locationCurrent = async () => {
   locationLoading.value = true;