diff --git a/src/views/modules/visual/command/cpts/eventInfo.vue b/src/views/modules/visual/command/cpts/eventInfo.vue index fc7ddf580..f9d24d6ca 100644 --- a/src/views/modules/visual/command/cpts/eventInfo.vue +++ b/src/views/modules/visual/command/cpts/eventInfo.vue @@ -86,10 +86,9 @@ export default { this.$emit("handleClose"); // this.eventId = "" }, + handleOk() { - this.pageType = ""; - // this.eventId = "" - this.pageNo = 1; + this.handleClose(); }, handleEditSuccess() { diff --git a/src/views/modules/visual/command/cpts/map.vue b/src/views/modules/visual/command/cpts/map.vue index d09c8da8f..2653ee140 100644 --- a/src/views/modules/visual/command/cpts/map.vue +++ b/src/views/modules/visual/command/cpts/map.vue @@ -831,6 +831,7 @@ export default { /deep/ .l7-popup-content { background: rgba(#020340, 0.58); + box-shadow: 0 0 20px 3px inset rgba(#22f, 0.1); } /deep/ .l7-popup-close-button { padding: 4px;