This commit is contained in:
Peter Maquiran
2021-07-29 15:57:08 +01:00
parent 4fc5f5dd1c
commit 49546fdb80
3 changed files with 8 additions and 1 deletions
@@ -332,7 +332,7 @@ export class DocumentSetUpMeetingPage implements OnInit {
async getDoc() {
const modal = await this.modalController.create({
component: SearchPage,
cssClass: 'modal modal-desktop modal-width-100-width-background',
cssClass: 'modal modal-desktop modal-width-100-width-background modal-background',
componentProps: {
type: 'AccoesPresidenciais & ArquivoDespachoElect',
showSearchInput: true,
@@ -427,6 +427,8 @@ export class EditEventPage implements OnInit {
async getDoc() {
alert('open')
const modal = await this.modalController.create({
component: SearchPage,
cssClass: 'modal-width-100-width-background modal',
+5
View File
@@ -1090,3 +1090,8 @@ ngx-mat-datetime-content{
}
}
}
.modal-background {
background: #0000006b;
}