tag of the drafft has a balon

This commit is contained in:
Eudes Inácio
2023-07-15 06:16:45 +01:00
parent 63abde5697
commit faa418d022
3 changed files with 15 additions and 7 deletions
@@ -72,7 +72,7 @@
<ion-label
(click)="viewDocument(attachment.DocId, attachment,attachment.content)"
>
<p *ngIf="attachment.Assunto" class="attach-title-item">{{ attachment.Assunto }} <span class="document-type" *ngIf="attachment.content != ''">Rascunho</span></p>
<p *ngIf="attachment.Assunto" class="attach-title-item">{{ attachment.Assunto }} <span class="text-span" *ngIf="attachment.content != ''">Rascunho</span></p>
<p *ngIf="!attachment.Assunto" class="attach-title-item">{{ attachment.DocNumber }}<span class="span-right color-red btn-size"><ion-icon hidden name="close"></ion-icon></span></p>
<p><span class="span-left">{{attachment.Sender}}</span><span class="span-right">{{ attachment.DocDate | date: 'dd/MM/yy' }}</span></p>
</ion-label>
@@ -13,6 +13,14 @@ ion-content, .header-2, .main-content{
padding: 30px 20px 0 20px !important;
}
.text-span{
border-radius: 20px;
background: var(--label-bg-color);
float: right;
padding: 5px 13.5px 5px 13.5px;
color: #fff;
}
.document-type{
color: #d30a0a;
margin-left: 20px;
+6 -6
View File
@@ -1,12 +1,12 @@
export let versionData = {
"shortSHA": "069248247",
"SHA": "069248247f42b888dcb2bbef8ed494e0ba993dac",
"shortSHA": "63abde569",
"SHA": "63abde56977535af2bbe1622ceb7281d0f66e8df",
"branch": "developer",
"lastCommitAuthor": "'Eudes Inácio'",
"lastCommitTime": "'Thu Jul 13 11:39:24 2023 +0100'",
"lastCommitMessage": "added tag rascunho",
"lastCommitNumber": "5058",
"lastCommitTime": "'Thu Jul 13 12:11:28 2023 +0100'",
"lastCommitMessage": "bug saving mc token solved",
"lastCommitNumber": "5059",
"change": "",
"changeStatus": "On branch developer\nYour branch is up to date with 'origin/developer'.\n\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/pages/login/login.page.ts",
"changeStatus": "On branch developer\nYour branch is up to date with 'origin/developer'.\n\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/pages/gabinete-digital/diplomas-assinar/diploma-assinar/diploma-assinar.page.html\n\tmodified: src/app/pages/gabinete-digital/diplomas-assinar/diploma-assinar/diploma-assinar.page.scss",
"changeAuthor": "eudes.inacio"
}