add styles to md profile

This commit is contained in:
Tiago Kayaya
2020-11-26 16:33:48 +01:00
parent 8a963fcd81
commit b103c5b19b
51 changed files with 784 additions and 125 deletions
@@ -21,14 +21,14 @@ export class GabineteDigitalPage implements OnInit {
private eventService: EventsService,
private alertService: AlertService) { }
count_exp_dailywork : number;
count_exp_dailywork=0;
count_exp_pp : string;
count_exp_pd : string;
count_dip_apr : string;
count_dip_pv : string;
count_de_pr : string;
count_ev_pr : string;
count_ev_md : string;
count_ev_pr=0;
count_ev_md=0;
ngOnInit() {
this.LoadCounts();
@@ -57,8 +57,7 @@ export class GabineteDigitalPage implements OnInit {
this.count_exp_pd = "-";
this.count_dip_apr = "-";
this.count_dip_pv = "-";
this.count_de_pr = "-";
this.count_ev_md='-';
this.count_de_pr ='-';
}
@@ -70,8 +69,7 @@ export class GabineteDigitalPage implements OnInit {
}, 2000);
}
notImplemented()
{
notImplemented(){
this.alertService.presentAlert('Funcionalidade em desenvolvimento');
}