startpd close : ps
This commit is contained in:
parent
6eedb742d3
commit
ccd8bda428
@ -1,22 +1,17 @@
|
||||
<mat-card class="parent_mat_card">
|
||||
<mat-card-header>
|
||||
<mat-card-title>
|
||||
<div fxFlex="31" align="left">
|
||||
<div fxFlex="33" align="left">
|
||||
<h4 class="mt-0">{{mainApplicantName}}</h4>
|
||||
<small>{{pdMasterList.customer_segment_name}}</small>
|
||||
</div>
|
||||
<div fxFlex="62" align="end">
|
||||
|
||||
<h4 class="mt-0">
|
||||
<span>{{pdMasterList.product_name}}</span>
|
||||
<span *ngIf="pdMasterList.subproduct_name">/{{pdMasterList.subproduct_name}}</span>
|
||||
</h4>
|
||||
<small>{{pdMasterList.lender_full_name}}<span *ngIf="pdMasterList.lender_applicant_id">/{{pdMasterList.lender_applicant_id}}</span></small>
|
||||
<div fxFlex="66" align="end">
|
||||
<h4 class="mt-0">{{pdMasterList.product_name}}<span *ngIf="pdMasterList.subproduct_name">/{{pdMasterList.subproduct_name}}</span>
|
||||
<button mat-raised-button mat-icon-button class="hover-icon " type="button" matTooltip="Close" matTooltipPosition="above"
|
||||
(click)="loadPdViewCompoent()"><mat-icon>close</mat-icon></button>
|
||||
</h4>
|
||||
<small style="padding-right: 6.5% !important;">{{pdMasterList.lender_full_name}}<span *ngIf="pdMasterList.lender_applicant_id">/{{pdMasterList.lender_applicant_id}}</span></small>
|
||||
</div>
|
||||
<div fxFlex="4" align="center" style="padding-inline-start: 1rem !important;">
|
||||
<button mat-raised-button mat-icon-button class="hover-icon mr-1 mb-1" type="button" matTooltip="Close" matTooltipPosition="above"
|
||||
(click)="loadPdViewCompoent()"><mat-icon>close</mat-icon></button>
|
||||
</div>
|
||||
</mat-card-title>
|
||||
</mat-card-header>
|
||||
<mat-card-content style="max-height:100% !important;">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user