This commit is contained in:
tiago.kayaya
2021-08-06 11:44:53 +01:00
parent 260f986890
commit 4bbafc82c8
5 changed files with 53 additions and 48 deletions
@@ -338,11 +338,12 @@ export class DespachoPrPage implements OnInit {
if( window.innerWidth <= 800){
classs = 'modal modal-desktop'
} else {
classs = 'add-note-modal'
classs = 'add-note-modal-no-height'
}
const modal = await this.modalController.create({
component: AddNotePage,
componentProps:{
showAttachmentBtn: true,
},
cssClass: classs,
backdropDismiss: true
@@ -285,11 +285,12 @@ export class DespachoPage implements OnInit {
if( window.innerWidth <= 800){
classs = 'modal modal-desktop'
} else {
classs = 'add-note-modal'
classs = 'add-note-modal-no-height'
}
const modal = await this.modalController.create({
component: AddNotePage,
componentProps:{
showAttachmentBtn: true,
},
cssClass: classs,
backdropDismiss: true
@@ -428,7 +428,7 @@ export class PedidoPage implements OnInit {
if( window.innerWidth <= 800){
classs = 'book-meeting-modal modal modal-desktop'
} else {
classs = 'modal modal-desktop showAsideOptions'
classs = 'add-note-modal-no-height showAsideOptions'
}
const modal = await this.modalController.create({
component: DarParecerPage,