Skip to content

Commit

Permalink
fix(module:pagination): replace full-width character with half-width (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
zhsj authored and vthinkxie committed Nov 4, 2019
1 parent 12111e5 commit cc3868e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/pagination/nz-pagination.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
[value]="nzPageIndex"
(keydown.enter)="handleKeyDown($event,simplePagerInput,false)"
size="3">
<span class="ant-pagination-slash"></span>
<span class="ant-pagination-slash">/</span>
{{ lastIndex }}
</li>
<li class="ant-pagination-next"
Expand Down

0 comments on commit cc3868e

Please sign in to comment.