Skip to content

Commit

Permalink
fix(notify): del notify detail target blank
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangwei committed Aug 1, 2019
1 parent 3699f0e commit c4c0b53
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/notify/notify.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
(click)="extendContent()"
>
{{ option.content }}
<a href="javascript:;" target="_blank" class="link-secondary" *ngIf="option.detail" (click)="showDetailToggle()"
>[详细]</a
>
<a href="javascript:;" class="link-secondary" *ngIf="option.detail" (click)="showDetailToggle()">[详细]</a>
</div>
<div class="thy-notify-detail" *ngIf="isShowDetail">{{ option.detail }}</div>
</div>
Expand Down

0 comments on commit c4c0b53

Please sign in to comment.