This commit is contained in:
Tiago Kayaya
2020-08-31 10:59:21 +01:00
parent 181e1dd167
commit b497ffad77
4 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -83,7 +83,7 @@
<!-- <div class="event-indicator" *ngFor="let e of view.dates[row*7+col].events"></div> -->
</div>
</div>
</ng-template>
</ng-template>
</div>
<div *ngSwitchCase="'Pessoal'">
<ion-row>
+4
View File
@@ -19,6 +19,9 @@
.monthview-selected {
background-color: lightskyblue !important;
}
/* .item{
background: red !important;
} */
}
.with-event {
@@ -39,6 +42,7 @@
width: 90px;
height: 34px;
float: right;
right: -4px !important;
margin:20px 20px 0 0;
}
+2
View File
@@ -182,4 +182,6 @@ export class AgendaPage implements OnInit {
this.alertCrontroller.presentAlert("Funcionalidade em desenvolvimento.");
}
}
+1 -1
View File
@@ -6,7 +6,7 @@ export const environment = {
production: false,
apiURL: 'http://gpr-dev-01.gabinetedigital.local/GabineteDigital.Services/v2/api/',
domain: 'gabinetedigital.local',
defaultuser: 'paulo.pinto',
defaultuser: '',
defaultuserpwd: 'tabteste@006'
};