Browse Source

小优化

feature/dev_worklog2
dai 3 years ago
parent
commit
58349060d7
  1. 5
      src/views/modules/visual/command/cpts/eventInfo.vue
  2. 1
      src/views/modules/visual/command/cpts/map.vue

5
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() {

1
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;

Loading…
Cancel
Save