fixing desing

sultan-q3
enadhilal 4 years ago
parent 744740ac44
commit 30e89f04ec

@ -10,13 +10,13 @@
style="padding-bottom: 10px; border-radius: 10px 10px 25px 25px;">
<ion-grid>
<ion-row>
<ion-col>
<h2 style="font-weight: bold; font-size: 15px;margin:0">{{user.CONTACT_NAME}}</h2>
<ion-col size='6'>
<h2 style="font-weight: bold; font-size: 15px;">{{user.CONTACT_NAME}}</h2>
</ion-col>
<ion-col [size]='direction === "ltr" ? 5 : 8 ' [offset]='direction === "ltr" ? 3 : 0 '>
<div class='family-member-button' style="height: 32px !important; margin-left: -50px;">
<ion-col size='6'>
<div class='family-member-button'>
<ion-label>
<p>{{ts.trPK('eit','relationship-start-date')}}</p>
<p style="white-space: pre-line; font-size: 11px;">{{ts.trPK('eit','relationship-start-date')}}</p>
</ion-label>
<ion-label>
<p style="color: black;">12/31/2022</p>
@ -25,15 +25,15 @@
</ion-col>
</ion-row>
<ion-row>
<ion-col>
<ion-col size='6'>
<ion-label>
<p style="font-weight: bold; font-size: 14px; white-space:pre-wrap">{{user.RELATIONSHIP}}</p>
</ion-label>
</ion-col>
<ion-col [size]='direction === "ltr" ? 5 : 8 ' [offset]='direction === "ltr" ? 3 : 0 '>
<div class='family-member-button' style="height: 32px !important; margin-left: -50px;">
<ion-col size='6'>
<div class='family-member-button'>
<ion-label>
<p>{{ts.trPK('eit','relationship-end-date')}}</p>
<p style="white-space: pre-line; font-size: 11px;">{{ts.trPK('eit','relationship-end-date')}}</p>
</ion-label>
<ion-label>
<p style="color: black;">12/31/2022</p>

@ -44,4 +44,8 @@ export class CeiHomepageComponent implements OnInit {
this.cs.openCEIListPage();
}
public selectedUser(user){
this.selectedServiceType = user;
}
}

Loading…
Cancel
Save