mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
git pull made
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user