Skip to content

Commit

Permalink
feat: format html code
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfuboy committed May 27, 2022
1 parent bc4d071 commit 322dc88
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<nz-empty *ngIf="!model||!model.length" nzNotFoundImage="simple" [nzNotFoundContent]="contentTpl">
<nz-empty *ngIf="!model || !model.length" nzNotFoundImage="simple" [nzNotFoundContent]="contentTpl">
<ng-template #contentTpl>
<span>暂无头部</span>
</ng-template>
</nz-empty>
<ul *ngIf="model&&model.length" class="p20">
<ul *ngIf="model && model.length" class="p20">
<li *ngFor="let item of model"><span class="c6 fwb">{{item.name}}: </span><span>{{item.value}}</span></li>
</ul>

0 comments on commit 322dc88

Please sign in to comment.