This commit is contained in:
tiago.kayaya
2021-05-12 16:42:38 +01:00
parent 10a2a87fe8
commit 3fda3a87d7
3 changed files with 5 additions and 4 deletions
@@ -204,9 +204,9 @@
<ion-label class="width-100">
<p class="d-flex ion-justify-content-between">
<span class="attach-title-item">{{document.SourceName}}</span>
<span class="app-name" *ngIf="document.ApplicationId == 8"> Correspondencia </span>
<span class="app-name" *ngIf="document.ApplicationId == 386"> AccoesPresidenciais </span>
<span class="app-name" *ngIf="document.ApplicationId == 361 "> ArquivoDespachoElect </span>
<span class="app-name" *ngIf="document.ApplicationId == '8'"> Correspondencia </span>
<span class="app-name" *ngIf="document.ApplicationId == '386'"> AccoesPresidenciais </span>
<span class="app-name" *ngIf="document.ApplicationId == '361' "> ArquivoDespachoElect </span>
<span class="close-button text-black cursor-pointer" (click)="deleteAttachment(document.Id)" >
<ion-icon class="font-20" src="assets/images/icons-delete-25.svg"></ion-icon>
</span>
@@ -2,7 +2,7 @@
<div class="mobile d-flex div-top-header justify-space-between">
<div (click)="openSearch()" class="div-search">
<div class="div-search">
<!-- <ion-icon src='assets/images/icons-search.svg'></ion-icon> -->
</div>
<div class="div-logo height-fit-content">
+1
View File
@@ -383,6 +383,7 @@ td.monthview-secondary-with-event, td.monthview-secondary-with-event[_ngcontent-
height: 100%;
width: 400px;
}
}
.modal-width-100-width-background, .modal-desktop {
.modal-wrapper{