chenjingyu 4 years ago
parent
commit
7cd77b4cc6
  1. 37
      src/app/navigation/navigation.component.html
  2. 95
      src/app/navigation/navigation.component.scss
  3. 69
      src/app/navigation/navigation.component.ts
  4. 2
      src/app/ui/changepassword/changepassword.component.ts

37
src/app/navigation/navigation.component.html

@ -4,31 +4,36 @@
* @Author: sueRimn
* @Date: 2020-12-10 10:21:40
* @LastEditors: sueRimn
* @LastEditTime: 2020-12-14 16:33:43
* @LastEditTime: 2020-12-14 17:03:11
-->
<mat-sidenav-container class="example-container" autosize [class.myapp-dark-theme]="darktheme">
<mat-sidenav #drawer class="example-sidenav" mode="side" opened="true" color="primary" style="overflow-x: hidden;">
<div class="backtopleft">
<img src="../../assets/images/backleft.png" style="height: 60px;width: 93px;">
<img src="../../assets/images/backleft.png" style="height: 60px;width: 93px;">
</div>
<div class="biglogobox">
<div class="biglogoimg">
<img src="../../assets/images/logo.png" alt="logo">
</div>
<div class="biglogospan">
<div class="top"><span style="font-size: 22px;font-weight: 800;margin-left: 3px;">上海消防救援</span></div>
<div class="down"><span style="font-size: 4px;font-weight: 400;width: 125px;">shanghai fire and rescue</span></div>
</div>
<div class="biglogoimg">
<img src="../../assets/images/logo.png" alt="logo">
</div>
<div class="biglogospan">
<div class="top"><span style="font-size: 22px;font-weight: 800;margin-left: 3px;">上海消防救援</span></div>
<div class="down"><span style="font-size: 4px;font-weight: 400;width: 125px;">shanghai fire and rescue</span></div>
</div>
</div>
<div class="navbox">
<ul class="teacher">
<li [routerLink]="['createexam-index']" routerLinkActive="router-link-active" ><div (click)="clickLeftmenu('found')" [ngClass]="{'clickStyle': leftMenuname=='found'}"><img src="../../assets/images/found.png" style="background-color: #FFFFFF;"> 创建考试</div></li>
<li [routerLink]="['mark-papers-index']" routerLinkActive="router-link-active" ><div (click)="clickLeftmenu('papers')" [ngClass]="{'clickStyle': leftMenuname=='papers'}"><img src="../../assets/images/papers.png" style="position: relative;right: 20px;background-color: #07CDCF;"> 阅卷</div></li>
<li [routerLink]="['createexam-index']" routerLinkActive="router-link-active" ><div (click)="clickLeftmenu('Statistics')" [ngClass]="{'clickStyle': leftMenuname=='Statistics'}"><img src="../../assets/images/Statistics.png" style="background-color: #07CDCF;"> 统计分析</div></li>
</ul>
<img style="width: 191px;height: 113px; position: absolute; bottom: 0;" src="../../assets/images/backbottom.png">
<ul class="teacher">
<li [routerLink]="['/home/createexam-index']" routerLinkActive="clickStyle">
<img src="../../assets/images/found.png" style="background-color: #fff;"><label>创建考试</label>
</li>
<li [routerLink]="['/home/mark-papers-index']" routerLinkActive="clickStyle">
<img src="../../assets/images/papers.png" style="background-color: #07CDCF;"><label>阅卷</label>
</li>
<li [routerLink]="['/home/createexam-index3']" routerLinkActive="clickStyle">
<img src="../../assets/images/Statistics.png" style="background-color: #07CDCF;"><label>统计分析</label>
</li>
</ul>
<img style="width: 191px;height: 113px; position: absolute; bottom: 0;" src="../../assets/images/backbottom.png">
</div>
</mat-sidenav>

95
src/app/navigation/navigation.component.scss

@ -20,38 +20,34 @@ mat-sidenav{
}
ul{
width: 100%;
li{
list-style: none;
height: 48px;
line-height: 48px;
list-style: none;
height: 48px;
line-height: 48px;
cursor: pointer;
width: 100%;
border: none;
outline: none;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
img {
display: inline-block;
margin: 5px;
width: 18px;
height: 20px;
vertical-align: middle;
cursor: pointer;
color: white;
width: 194px;
// text-align: center;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
label {
display: inline-block;
vertical-align: middle;
cursor: pointer;
}
}
}
}
.logobox{
border-radius: 50%;
width: 64px;
height: 64px;
background:url("https://img5.tianyancha.com/logo/lll/cce72488294fb8f4bc670a5bb7f0cc4d.png@!f_200x200") no-repeat;
background-size: 100%;
margin: 0px auto;
img{
width: 100%;
height: 100%;
}
}
.shownav{
position: absolute;
top: 13px;
@ -87,31 +83,21 @@ mat-sidenav{
bottom: 0px;
overflow-y: scroll;
font-size: 15px;
/* .router-link-active{
background-color: #FFFFFF;
} */
ul{
li{
width: 198px;
height: 44px;
line-height:44px;
font-size: 20px;
font-size: 18px;
margin-left: 10px;
margin-top: 30px;
position: relative;
text-align: center;
outline:none;
border-radius: 8px;
}
li:hover{
background-color: #FFFFFF;
color: #07CDCF;
}
img{
position: relative;
top: 2px;
width: 18px;
height: 20px;
background-color: #FFFFFF;
color: #07CDCF;
}
}
}
@ -123,7 +109,6 @@ mat-sidenav{
}
ul li{
background-color: white;
//color: black;
}
.biglogobox{
background-color: #d50000;
@ -180,24 +165,23 @@ mat-sidenav{
padding-left: 60px;
}
}
// mat-panel-title{
// color: white;
// }
}
.mat-expansion-indicator::after {
color: white;
}
.example-container .router-link-active {
//background-color: rgba(225,225,225,.5);
border-radius: 8px ;
}
.btn{
//选中左侧菜单样式
.clickStyle{
background-color: #FFFFFF;
color: #07CDCF;
}
.btn{
text-align: center;
button{
margin: 0 5px;
}
}
}
.example-sidenav-content{
height: 100%;
@ -217,15 +201,4 @@ mat-sidenav{
border-radius: 50%;
border: 2px solid #fff;
font-weight: 550;
}
//选中左侧菜单样式
.clickStyle{
background-color: #FFFFFF;
border-radius: 8px ;
//border:1px solid #FFFFFF ;
color: #07CDCF;
}
//鼠标移入改变背景色
.onmousbackcolor{
background-color: #FFFFFF;
}

69
src/app/navigation/navigation.component.ts

@ -14,62 +14,9 @@ import { Router,ActivatedRoute } from '@angular/router'
styleUrls: ['./navigation.component.scss']
})
export class NavigationComponent implements OnInit {
constructor(private router:Router,public emitService: ComponentServiceService,public navmenus:CacheTokenService,private http: HttpClient,public dialog: MatDialog,public snackBar: MatSnackBar,public islogin:IsLoginService) { }
@ViewChild('child') child:AllFileComponent; //父组件中获得子组件的引用
allDataBank:any //所有的资料库
selectedDataBank:any //当前选中的资料库
hoverDataBank:any//当前鼠标移入的资料库
isOneClick:boolean //是否第一次进入网页
leftMenuname="found"
//左侧菜单点击事件
clickLeftmenu(name){
this.leftMenuname=name
}
//支队级菜单
detachmentMenus:any = [
{ id:"支队级-主官", name:"主官" },
{ id:"支队级-副官", name:"副官" },
{ id:"支队级-灭火救援指挥岗位", name:"灭火救援指挥岗位" },
{ id:"支队级-政工岗位", name:"政工岗位" },
{ id:"支队级-后勤与保障岗位", name:"后勤与保障岗位" },
{ id:"支队级-防火监督岗位", name:"防火监督岗位" },
{ id:"支队级-指挥中心", name:"指挥中心" },
{ id:"支队级-安全员", name:"安全员" },
]
//大队级菜单
brigadeMenus:any = [
{ id:"大队级-主官", name:"主官" },
{ id:"大队级-副官", name:"副官" },
{ id:"大队级-灭火救援指挥岗位", name:"灭火救援指挥岗位" },
{ id:"大队级-政工岗位", name:"政工岗位" },
{ id:"大队级-后勤与保障岗位", name:"后勤与保障岗位" },
{ id:"大队级-防火监督岗位", name:"防火监督岗位" },
{ id:"大队级-安全员", name:"安全员" },
]
//消防救援站菜单
rescueStationMenus:any = [
{ id:"消防救援站-消防站指挥员", name:"消防站指挥员" },
{ id:"消防救援站-站长助理", name:"站长助理" },
{ id:"消防救援站-战斗员", name:"战斗员" },
{ id:"消防救援站-供水源", name:"供水源" },
{ id:"消防救援站-训导员", name:"训导员" },
{ id:"消防救援站-通信员", name:"通信员" },
{ id:"消防救援站-无人机飞手", name:"无人机飞手" },
{ id:"消防救援站-消防车驾驶员", name:"消防车驾驶员" },
{ id:"消防救援站-装备技师", name:"装备技师" }
]
constructor(private router:Router,public emitService: ComponentServiceService,public navmenus:CacheTokenService,private http: HttpClient,public dialog: MatDialog,public snackBar: MatSnackBar,public islogin:IsLoginService) { }
//系统管理菜单
systemManagement:any = [
{ id:"学员管理", name:"学员管理" },
{ id:"教员管理", name:"教员管理" }
]
isAdmin:boolean = false
ngOnInit() {
// if(sessionStorage.getItem("roleType") == "0"){
@ -77,18 +24,10 @@ export class NavigationComponent implements OnInit {
// }
}
darktheme = false;//黑夜主题
switchTheme(dark) {
this.darktheme = dark;
}
defaulttheme(){
this.darktheme = false
}
redtheme(){
this.darktheme = true
}
switchTheme (dark) { this.darktheme = dark; }
defaulttheme () { this.darktheme = false }
redtheme () { this.darktheme = true}
}

2
src/app/ui/changepassword/changepassword.component.ts

@ -19,7 +19,7 @@ export class ChangepasswordComponent implements OnInit {
errmsg :string = ''
onSubmit(e){
this.http.put('/api/Account/Password', {
this.http.put('/api/ExamAccounts/Password', {
password: e.password,
newPassword: e.newPassword,
}).subscribe(data=> {

Loading…
Cancel
Save