You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
636 B
19 lines
636 B
<router-outlet></router-outlet> |
|
|
|
|
|
<!-- <button class="btn" (click)="receiptOfNotification()">点击收到通知 </button> --> |
|
<ng-template> |
|
<div class="topbox"> |
|
<div> |
|
<img src="../assets/images/AnXinQQ.jpg" alt=""> |
|
</div> |
|
<div class="text"> |
|
<span>您有一条新的违规事件!</span> |
|
<span>这是详细描述这是详细描述这是详细描述...</span> |
|
</div> |
|
</div> |
|
<div class="btnbox"> |
|
<button class="look" nz-button type="button">查看</button> |
|
<button class="lose" nz-button type="button">忽略</button> |
|
</div> |
|
</ng-template>
|
|
|