mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Improve
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -1090,3 +1090,8 @@ ngx-mat-datetime-content{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.modal-background {
|
||||
background: #0000006b;
|
||||
}
|
||||
Reference in New Issue
Block a user