From 92af1d75c0e194bbe52faeb3eca3ca79ccca5b2a Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Wed, 17 Sep 2025 18:40:23 +0800
Subject: [PATCH] feat:更新名称

---
 src/views/resource/components/DrawPolygon.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/resource/components/DrawPolygon.vue b/src/views/resource/components/DrawPolygon.vue
index ae7a8ac..81728eb 100644
--- a/src/views/resource/components/DrawPolygon.vue
+++ b/src/views/resource/components/DrawPolygon.vue
@@ -177,7 +177,7 @@
     curPolygonEntity.polyline = {
       width: 2,
       material: Cesium.Color.WHITE,
-      clampToGround: false,
+      clampToGround: true,
     };
 
     curPolygonEntity.polyline.positions = new Cesium.CallbackProperty(function () {
@@ -293,7 +293,7 @@
   background: rgba(0, 0, 0, 0.6);
   white-space: nowrap;
   border-radius: 4px;
-
+pointer-events: none;
   &::after {
     content: '';
     position: absolute;

--
Gitblit v1.9.3