-
+
{{loadedEvent.Location}}
diff --git a/src/app/shared/agenda/view-event/view-event.page.scss b/src/app/shared/agenda/view-event/view-event.page.scss index c2de1475b..530083ac4 100644 --- a/src/app/shared/agenda/view-event/view-event.page.scss +++ b/src/app/shared/agenda/view-event/view-event.page.scss @@ -25,7 +25,6 @@ ion-menu{ transform: translate3d(0, 1px, 0); .title-content{ - width: 360px; margin: 0px auto; overflow: auto; padding: 0 !important; @@ -91,25 +90,21 @@ ion-menu{ width: 100%; margin: 0 auto; padding: 0; - overflow: auto; } .location-detail{ - width: 210px; font-weight: 700; font-size: 18px; float: left; margin: 5px 5px 5px 0px; } .button-mdgpr-Oficial{ - width: 91px; --border-radius: 20px; --background: #ffb703; margin-left: 5px; float: left; } .button-mdgpr-Pessoal{ - width: 91px; --border-radius: 20px; --background: #f05d5e; margin-left: 5px; @@ -153,7 +148,6 @@ ion-menu{ } .bottom-content{ - width: 360px; margin: 0 auto; .bottom-content h3{ diff --git a/src/app/shared/agenda/view-event/view-event.page.ts b/src/app/shared/agenda/view-event/view-event.page.ts index 701e996fc..29e1e7e2f 100644 --- a/src/app/shared/agenda/view-event/view-event.page.ts +++ b/src/app/shared/agenda/view-event/view-event.page.ts @@ -55,6 +55,12 @@ export class ViewEventPage implements OnInit { this.getAttachments(); } + + ngOnChanges(changes: any): void { + this.loadEvent(); + this.getAttachments(); + } + close(){ console.log(this.isEventEdited);