fix apresentation labels

This commit is contained in:
Peter Maquiran
2024-06-19 15:56:39 +01:00
parent 992400894b
commit e310c2fa6f
7 changed files with 59 additions and 57 deletions
+10 -5
View File
@@ -301,11 +301,16 @@
<div class="d-flex ion-justify-content-between ">
<span class="result-name">{{ searchDocument.subject || searchDocument.Assunto}}</span>
<span class="app-name"
*ngIf="itemIcons() == 'AccoesPresidenciais & ArquivoDespachoElect' || itemIcons() == 'Correspondencia' ">{{
searchDocument.appName}}</span>
*ngIf="itemIcons() == 'AccoesPresidenciais & ArquivoDespachoElect' || itemIcons() == 'Correspondencia' ">
<span class="app-name" *ngIf="searchDocument.applicationId == '8' || searchDocument.applicationId == 8"> Correspondencia </span>
<span class="app-name" *ngIf="searchDocument.applicationId == '386' || searchDocument.applicationId == 386"> AccoesPresidenciais </span>
<span class="app-name" *ngIf="searchDocument.applicationId == '361' || searchDocument.applicationId == 361 "> ArquivoDespachoElect </span>
</span>
</div>
<div class="d-flex ion-justify-content-between ">
<span class="organic-entity">{{ searchDocument.EntidadeOrganicaNome }}</span>
<span class="organic-entity"></span>
<span class="documente-date">{{ formateIsoDate(searchDocument.dateEntry || searchDocument.Data) }}</span>
</div>
@@ -323,7 +328,7 @@
<div>{{pageNumber + "/" + totalPage}}</div>
<a href="#" class="next round" (click)="nextButton($event)" >&#8250;</a>
</div>
</div>
</div>
@@ -331,4 +336,4 @@
</div>
</div>
</ion-content>
</ion-content>
+4 -2
View File
@@ -201,7 +201,6 @@ ion-slide {
background: var(--font-awesome);
border-radius: 18px;
text-align: center;
display: flex;
align-items: center;
padding: 0px 5px;
color: white;
@@ -212,6 +211,9 @@ ion-slide {
-moz-border-radius: 18px;
-ms-border-radius: 18px;
-o-border-radius: 18px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
span.documente-date {
}
@@ -319,4 +321,4 @@ a:hover {
.nextAndPreviewDiv {
display:inline-flex
}
}