mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 13:26:08 +00:00
save
This commit is contained in:
@@ -204,9 +204,9 @@
|
|||||||
<ion-label class="width-100">
|
<ion-label class="width-100">
|
||||||
<p class="d-flex ion-justify-content-between">
|
<p class="d-flex ion-justify-content-between">
|
||||||
<span class="attach-title-item">{{document.SourceName}}</span>
|
<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 == '8'"> Correspondencia </span>
|
||||||
<span class="app-name" *ngIf="document.ApplicationId == 386"> AccoesPresidenciais </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 == '361' "> ArquivoDespachoElect </span>
|
||||||
<span class="close-button text-black cursor-pointer" (click)="deleteAttachment(document.Id)" >
|
<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>
|
<ion-icon class="font-20" src="assets/images/icons-delete-25.svg"></ion-icon>
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<div class="mobile d-flex div-top-header justify-space-between">
|
<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> -->
|
<!-- <ion-icon src='assets/images/icons-search.svg'></ion-icon> -->
|
||||||
</div>
|
</div>
|
||||||
<div class="div-logo height-fit-content">
|
<div class="div-logo height-fit-content">
|
||||||
|
|||||||
@@ -383,6 +383,7 @@ td.monthview-secondary-with-event, td.monthview-secondary-with-event[_ngcontent-
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
width: 400px;
|
width: 400px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.modal-width-100-width-background, .modal-desktop {
|
.modal-width-100-width-background, .modal-desktop {
|
||||||
.modal-wrapper{
|
.modal-wrapper{
|
||||||
|
|||||||
Reference in New Issue
Block a user