git pull made

This commit is contained in:
Eudes Inácio
2023-07-26 14:12:23 +01:00
11 changed files with 201 additions and 93 deletions
@@ -343,7 +343,7 @@ export class CreateProcessPage implements OnInit {
DispatchFolder: this.dispatchFolder,
AttachmentList: docs
}
try {
if (this.task.activityInstanceName == 'Tarefa de Despacho' || this.task.activityInstanceName == 'Reexecutar Despacho') {
await this.despachoService.createParecer(this.postData).toPromise();
+16
View File
@@ -147,6 +147,11 @@ ion-list {
.notification-icon {
font-size: rem(35) !important;
}
.notification-icon-error {
width: 30px !important;
height: 30px !important;
}
.approve-event-time {
width: fit-content !important;
float: left;
@@ -161,6 +166,17 @@ ion-list {
text-overflow: ellipsis;
}
}
.approve-event-detail-error {
width: calc(100% - 115px) !important;
float: left;
#profile-title-error {
width: 250px;
white-space: nowrap;
font-size: small
;
}
}
.notification-label-MD-official {
float: right;
width: 5px;