mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 13:55:51 +00:00
Improve
This commit is contained in:
@@ -332,7 +332,7 @@ export class DocumentSetUpMeetingPage implements OnInit {
|
|||||||
async getDoc() {
|
async getDoc() {
|
||||||
const modal = await this.modalController.create({
|
const modal = await this.modalController.create({
|
||||||
component: SearchPage,
|
component: SearchPage,
|
||||||
cssClass: 'modal modal-desktop modal-width-100-width-background',
|
cssClass: 'modal modal-desktop modal-width-100-width-background modal-background',
|
||||||
componentProps: {
|
componentProps: {
|
||||||
type: 'AccoesPresidenciais & ArquivoDespachoElect',
|
type: 'AccoesPresidenciais & ArquivoDespachoElect',
|
||||||
showSearchInput: true,
|
showSearchInput: true,
|
||||||
|
|||||||
@@ -427,6 +427,8 @@ export class EditEventPage implements OnInit {
|
|||||||
|
|
||||||
|
|
||||||
async getDoc() {
|
async getDoc() {
|
||||||
|
|
||||||
|
alert('open')
|
||||||
const modal = await this.modalController.create({
|
const modal = await this.modalController.create({
|
||||||
component: SearchPage,
|
component: SearchPage,
|
||||||
cssClass: 'modal-width-100-width-background modal',
|
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