market detail
This commit is contained in:
@@ -41,11 +41,16 @@
|
||||
<div style="background-color: aliceblue; border-radius: 10px; min-height: 80px; margin: 0px 0px 15px 0px;">
|
||||
<div style="font-weight: bolder; color:red; font-size: 14px; width: 100%; padding: 5px 10px 10px 10px; text-align: center">This task depends on the task below</div>
|
||||
<ion-label style="margin-left: 10px; font-weight: bolder; ">{{linkedJob.title}}</ion-label>
|
||||
<ion-label style="margin-left: 10px; font-weight: bolder; ">Description</ion-label>
|
||||
<ion-label class="description" style="margin-left: 15px;">{{linkedJob.description}}</ion-label>
|
||||
<ion-label style="margin-left: 10px; font-weight: bolder; ">Delivery Details</ion-label>
|
||||
<ion-label class="description" style="margin-left: 15px;">{{linkedJob.description}}
|
||||
</ion-label>
|
||||
<div class="about" style="padding: 10px;">
|
||||
<ion-label class="head_text">Description</ion-label>
|
||||
<ion-label class="description" style="margin-left: 15px;">{{linkedJob.description}}
|
||||
</ion-label>
|
||||
|
||||
<ion-label class="head_text">Delivery Details</ion-label>
|
||||
<ion-label class="description" style="margin-left: 15px;">{{linkedJob.description}}</ion-label>
|
||||
</div>
|
||||
|
||||
|
||||
<div style="padding: 5px;">
|
||||
<ion-button color="danger" shape="round" size ="small" (click)="onBack()" expand="full" >Return</ion-button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user