CSS Class updation
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<span>Bill</span>
|
||||
<h2>Bill</h2>
|
||||
|
||||
<table mat-table #table [dataSource]="dataSource" aria-label="Elements" class="mat-elevation-z8">
|
||||
<ng-container matColumnDef="bill-no-title">
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
<mat-form-field class="flex-auto">
|
||||
<mat-label>Discount on {{ r.name }}</mat-label>
|
||||
<input matInput formControlName="discount" />
|
||||
<span matSuffix>%</span>
|
||||
<span matTextSuffix>%</span>
|
||||
</mat-form-field>
|
||||
</div>
|
||||
}
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<mat-cell *matCellDef="let row; let i = index" class="center" [formGroupName]="i" class="flex-auto">
|
||||
<mat-form-field class="flex-auto">
|
||||
<input matInput type="number" formControlName="discount" autocomplete="off" />
|
||||
<span matSuffix>%</span>
|
||||
<span matTextSuffix>%</span>
|
||||
<mat-hint>Cust: {{ row.customer | percent: '1.2-2' }}</mat-hint>
|
||||
<mat-hint align="end">Max: {{ row.limit | percent: '1.2-2' }}</mat-hint>
|
||||
</mat-form-field>
|
||||
|
||||
Reference in New Issue
Block a user