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.
34 lines
1.3 KiB
34 lines
1.3 KiB
<!-- |
|
* @Descripttion: |
|
* @version: |
|
* @Author: sueRimn |
|
* @Date: 2020-12-10 10:21:40 |
|
* @LastEditors: sueRimn |
|
* @LastEditTime: 2020-12-11 10:01:47 |
|
--> |
|
<mat-toolbar style="background-color:#FFFFFF;height: 60px;"> |
|
|
|
<!-- <mat-toolbar> --> |
|
<p>欢迎登录消防救援考核系统</p> |
|
|
|
<!-- 已登录状态 --> |
|
<button mat-icon-button class="login"> |
|
<mat-icon>account_circle</mat-icon> |
|
</button> |
|
<span style="position: absolute;right:80px;color: #1E2323;font-size: 16px;">用户名:{{realName}}<mat-icon [matMenuTriggerFor]="appMenu" style="color: #1E2323;position: relative;top: 8px;cursor: pointer;">keyboard_arrow_down</mat-icon></span> |
|
<mat-menu #appMenu="matMenu"> |
|
<!-- <button mat-menu-item (click)='changeUserData()'> |
|
<mat-icon>perm_identity</mat-icon> |
|
<span>修改资料</span> |
|
</button> --> |
|
<button mat-menu-item (click)='changPassword()'> |
|
<img style="width: 16px;height: 18px;position: relative;top: 2px;" src="../../assets/images/uppsd.png"> |
|
<span style="margin-left: 5px;">修改密码</span> |
|
</button> |
|
<button mat-menu-item (click)='signOut()'> |
|
<img style="width: 16px;height: 18px;position: relative;top: 2px;" src="../../assets/images/sign.png"> |
|
<span style="margin-left: 5px;">安全退出</span> |
|
</button> |
|
</mat-menu> |
|
|
|
</mat-toolbar> |