feat(commonTable): adjust column's width
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<ng-container *ngFor="let data of filedData">
|
<ng-container *ngFor="let data of filedData">
|
||||||
<th *ngIf="data.show">
|
<th *ngIf="data.show" [nzWidth]="data.isActionColumns?data.action.length*80+'px':null">
|
||||||
{{data.title}}
|
{{data.title}}
|
||||||
</th>
|
</th>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
|||||||
Reference in New Issue
Block a user