From 8ea1cb9a2c7b41ebc9492200c1dacdd0042a8dbd Mon Sep 17 00:00:00 2001 From: liujun Date: Tue, 23 Apr 2024 14:36:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E5=85=AC=E5=8F=B8=E4=BA=BA=E5=91=98?= =?UTF-8?q?=E5=AE=9A=E4=BD=8D=E5=8A=9F=E8=83=BD=E6=8E=A5=E5=8F=A3=E5=AF=B9?= =?UTF-8?q?=E6=8E=A5=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/map/dialog/index.vue | 1 + src/views/map/index.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/map/dialog/index.vue b/src/views/map/dialog/index.vue index 12c8e6d..d45d0f6 100644 --- a/src/views/map/dialog/index.vue +++ b/src/views/map/dialog/index.vue @@ -274,6 +274,7 @@ export default { } .app-container { padding: 0px; + width: 100%; } } diff --git a/src/views/map/index.vue b/src/views/map/index.vue index ebaae81..c3e181f 100644 --- a/src/views/map/index.vue +++ b/src/views/map/index.vue @@ -1401,7 +1401,7 @@ export default { // eslint-disable-next-line no-unused-vars var _this = this const collection = new Cesium.CustomDataSource('clickEntityCollection') - + debugger poin.forEach(item => { if (!this.poinEntity.hasOwnProperty(item.id)) { const entity = drag.addEntity(item)