tangning 1 settimana fa
parent
commit
26825f8e19
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      src/view/case/draw/selectMapImage.vue

+ 2 - 0
src/view/case/draw/selectMapImage.vue

@@ -377,6 +377,8 @@ defineExpose<QuiskExpose>({
   submit() {
     return new Promise<MapImage>((resolve) => {
       console.log("searchInfo", searchInfo.value, mapName.value);
+      let firstElement = document.querySelector('.leaflet-control-container');
+      firstElement.style.visibility = 'hidden';
       const info = getblc();
       if (mapEl.value) {
         // const canvas = mapEl.value.querySelector("canvas") as HTMLCanvasElement;