improvements in despacho

This commit is contained in:
tiago.kayaya
2021-05-19 12:03:00 +01:00
parent 270eb3a7f6
commit f903533b9c
5 changed files with 258 additions and 63 deletions
@@ -110,7 +110,7 @@
<p class="d-flex ion-justify-content-between">
<span class="attach-title-item">{{document.Assunto}}</span>
<span class="app-name">{{document.appName}}</span>
<span class="close-button text-black" (click)="removeAttachment(i)" >
<span class="close-button text-black cursor-pointer" (click)="removeAttachment(i)" >
<ion-icon class="font-20" src="assets/images/icons-delete-25.svg"></ion-icon>
</span>
</p>