Skip to content

Commit

Permalink
fix(module:back-top): fix style (#1125)
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk authored and vthinkxie committed Mar 13, 2018
1 parent e100681 commit 60fe850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/back-top/nz-back-top.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import { toNumber } from '../core/util/convert';
template : `
<div class="ant-back-top" (click)="clickBackTop()" [@enterLeave] *ngIf="visible">
<ng-template #defaultContent>
<div class="ant-back-top-content"><i class="anticon anticon-to-top ant-back-top-icon"></i></div>
<div class="ant-back-top-content"><div class="ant-back-top-icon"></div></div>
</ng-template>
<ng-template [ngTemplateOutlet]="nzTemplate || defaultContent"></ng-template>
</div>
Expand Down

0 comments on commit 60fe850

Please sign in to comment.