style book meeting from expedient

This commit is contained in:
tiago.kayaya
2021-03-26 16:51:36 +01:00
parent 6e0c8ad480
commit 4a781d4adc
7 changed files with 529 additions and 506 deletions
@@ -78,7 +78,7 @@ export class ExpedientsPage implements OnInit {
if( window.innerWidth <= 800){
classs = 'modal'
} else {
classs = 'gabinete-digital-mobile-modal-to-Desktop'
classs = 'modal modal-desktop'
}
const modal = await this.modalController.create({
@@ -88,7 +88,7 @@ export class ExpedientsPage implements OnInit {
serialNumber: serialNumber,
profile: this.profile,
},
cssClass: 'modal modal-desktop',
cssClass: classs,
});
await modal.present();
modal.onDidDismiss().then((res)=>{