Skip to content

Commit

Permalink
release(7.0.2): release 7.0.2 (NG-ZORRO#3070)
Browse files Browse the repository at this point in the history
  • Loading branch information
choydone committed Mar 12, 2019
1 parent c598214 commit d37385f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/upload/nz-upload-list.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,7 @@
<div *ngIf="file.status === 'uploading'" class="ant-upload-list-item-progress">
<nz-progress [nzPercent]="file.percent" [nzShowInfo]="false" [nzStrokeWidth]="2"></nz-progress>
</div>
<div>
<input nz-input placeholder="测试" [(ngModel)]="file.money">
</div>
</div>

0 comments on commit d37385f

Please sign in to comment.