This commit is contained in:
tiago.kayaya
2021-05-12 09:55:17 +01:00
parent f90d39e063
commit f79a728134
2 changed files with 6 additions and 6 deletions
@@ -6,19 +6,19 @@
</button>
</div>
<div class="header-title">
<label>Notas</label>
<label>Enviar para revisão</label>
</div>
</div>
</ion-header>
<ion-content>
<ion-item lines="none">
<ion-textarea [(ngModel)]="emendMessage" rows="4" cols="20" placeholder="Digite uma nota..."></ion-textarea>
<ion-textarea [(ngModel)]="emendMessage" rows="4" cols="20" placeholder="Indique o que necessita ser revisto!"></ion-textarea>
</ion-item>
</ion-content>
<ion-footer>
<div class="buttons width-100">
<button class="btn-delete cursor-pointer" shape="round" (click)="close()">Cancelar</button>
<button class="btn-cancel cursor-pointer" shape="round" (click)="close()">Cancelar</button>
<button class="btn-ok cursor-pointer" shape="round" (click)="save()">Gravar</button>
</div>
</ion-footer>