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.
31 lines
1.1 KiB
31 lines
1.1 KiB
<mat-toolbar style="background-color: #3b8cff;"> |
|
|
|
<!-- <mat-toolbar> --> |
|
<p style="color: white;border-bottom: 3px solid #fff;border-radius: 3px; font-size: 16px;padding: 0 4px;">指挥长(员)战术战法培训系统</p> |
|
|
|
<!-- 未登录状态 --> |
|
<!-- <button mat-icon-button class="login" *ngIf="!isLogin.isLogin" (click)='login()'> |
|
<mat-icon>account_circle</mat-icon> |
|
</button> --> |
|
|
|
<span style="position: absolute;right:100px;color: white;font-size: 16px;">欢迎您,管理员</span> |
|
<!-- 已登录状态 --> |
|
<button mat-icon-button [matMenuTriggerFor]="appMenu" class="login"> |
|
<mat-icon>account_circle</mat-icon> |
|
</button> |
|
<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()'> |
|
<mat-icon>verified_user</mat-icon> |
|
<span>修改密码</span> |
|
</button> |
|
<button mat-menu-item (click)='signOut()'> |
|
<mat-icon>power_settings_new</mat-icon> |
|
<span>退出系统</span> |
|
</button> |
|
</mat-menu> |
|
|
|
</mat-toolbar> |