edit
This commit is contained in:
@ -75,7 +75,10 @@
|
||||
<td>{{ item.keyCode }}</td>
|
||||
<td>{{ item.link }}</td>
|
||||
<td nzAlign="center" nzWidth="100px">
|
||||
<i nz-icon [nzType]="item.iconType"></i>
|
||||
<ng-container [ngSwitch]="item.iconType">
|
||||
<i *ngSwitchCase="'icon'" nz-icon [nzType]="item.value"></i>
|
||||
<i *ngSwitchCase="'iconfont'" [class]="item.value"></i>
|
||||
</ng-container>
|
||||
</td>
|
||||
<td nzAlign="right" nzWidth="100px">{{ item.sorted }}</td>
|
||||
<td nzAlign="center" nzWidth="250px">
|
||||
|
||||
Reference in New Issue
Block a user