|
|
|
@ -4,7 +4,7 @@
|
|
|
|
<ion-grid>
|
|
|
|
<ion-grid>
|
|
|
|
<ion-row>
|
|
|
|
<ion-row>
|
|
|
|
<ion-col size="6" *ngIf="userInfo.EMPLOYEE_IMAGE != null">
|
|
|
|
<ion-col size="6" *ngIf="userInfo.EMPLOYEE_IMAGE != null">
|
|
|
|
<img style="width: 70%;height: 180%; ; bottom: 0%; position: absolute; border: 1px solid #e6e6e6; border-radius: 20px;"
|
|
|
|
<img class="digital-id-image-size"
|
|
|
|
[src]="'data:image/png;base64,'+userInfo.EMPLOYEE_IMAGE">
|
|
|
|
[src]="'data:image/png;base64,'+userInfo.EMPLOYEE_IMAGE">
|
|
|
|
</ion-col>
|
|
|
|
</ion-col>
|
|
|
|
<ion-col size="6" *ngIf="userInfo.EMPLOYEE_IMAGE == null">
|
|
|
|
<ion-col size="6" *ngIf="userInfo.EMPLOYEE_IMAGE == null">
|
|
|
|
|