@@ -65,7 +65,7 @@ $--font-path: "~element-plus/lib/theme-chalk/fonts";
65
65
color : #fff !important ;
66
66
background : #3963bc !important ;
67
67
border : 1px solid #3963bc !important ;
68
-
68
+
69
69
& :hover ,
70
70
& :focus {
71
71
color : #fff !important ;
@@ -384,7 +384,7 @@ thead tr {
384
384
width : 4px ;
385
385
height : 4px ;
386
386
border-radius : 50% ;
387
- border : 1px solid $submenu -title ;
387
+ border : 1px solid $sub-menu -title ;
388
388
position : absolute ;
389
389
left : 45px ;
390
390
top : 23px ;
@@ -460,59 +460,59 @@ thead tr {
460
460
461
461
.el-submenu.is-active.is-opened {
462
462
.el-submenu__title {
463
- color : $submenu -title !important ;
464
- background : $menuItem -bg !important ;
463
+ color : $sub-menu -title !important ;
464
+ background : $menu-item -bg !important ;
465
465
height : 50px ;
466
466
467
467
& :hover {
468
- background : $menuItem -hover !important ;
468
+ background : $menu-item -hover !important ;
469
469
}
470
470
471
471
i {
472
- color : $submenu -title ;
472
+ color : $sub-menu -title ;
473
473
}
474
474
}
475
475
}
476
476
477
477
.is-opened {
478
478
.el-submenu__title {
479
- height : $menuItem -height ;
479
+ height : $menu-item -height ;
480
480
transition : border-color 0s , background-color 0s , color 0s ;
481
481
}
482
482
483
483
.el-menu--inline {
484
- background : $menuItem -bg !important ;
484
+ background : $menu-item -bg !important ;
485
485
486
486
& :hover {
487
- background-color : $menuItem -hover !important ;
487
+ background-color : $menu-item -hover !important ;
488
488
}
489
489
}
490
490
491
491
.el-submenu__title {
492
- background : $menuItem -bg !important ;
492
+ background : $menu-item -bg !important ;
493
493
494
494
& :hover {
495
- background-color : $menuItem -hover !important ;
495
+ background-color : $menu-item -hover !important ;
496
496
}
497
497
}
498
498
499
499
.el-menu-item {
500
- background : $menuItem -bg !important ;
500
+ background : $menu-item -bg !important ;
501
501
502
502
& :hover {
503
- background-color : $menuItem -hover !important ;
503
+ background-color : $menu-item -hover !important ;
504
504
}
505
505
}
506
506
}
507
507
508
508
.el-menu-item {
509
509
// display: flex;
510
510
// align-items: center;
511
- height : $menuItem -height ;
511
+ height : $menu-item -height ;
512
512
transition : border-color 0s , background-color 0s , color 0s ;
513
513
514
514
& :hover {
515
- background-color : $menuItem -hover ;
515
+ background-color : $menu-item -hover ;
516
516
}
517
517
}
518
518
@@ -533,14 +533,14 @@ thead tr {
533
533
534
534
.el-submenu__title {
535
535
// display: flex;
536
- height : $menuItem -height ;
536
+ height : $menu-item -height ;
537
537
align-items : center ;
538
538
line-height : 50px ;
539
539
// padding-left: 17px !important;
540
540
box-sizing : border-box ;
541
541
542
542
i {
543
- color : $submenu -title ;
543
+ color : $sub-menu -title ;
544
544
}
545
545
}
546
546
@@ -549,7 +549,7 @@ thead tr {
549
549
// margin-left: -2px;
550
550
.el-submenu.is-active {
551
551
.el-submenu__title {
552
- height : $menuItem -height ;
552
+ height : $menu-item -height ;
553
553
background-color : #1d2a60 !important ;
554
554
555
555
i {
@@ -569,7 +569,7 @@ thead tr {
569
569
570
570
.router-link-active {
571
571
.el-menu-item.is-active {
572
- height : $menuItem -height ;
572
+ height : $menu-item -height ;
573
573
color : $theme !important ;
574
574
}
575
575
}
@@ -586,7 +586,7 @@ thead tr {
586
586
587
587
// layout
588
588
.el-container.is-vertical {
589
- background : $appmain -background ;
589
+ background : $app-main -background ;
590
590
}
591
591
592
592
.el-aside {
@@ -595,7 +595,7 @@ thead tr {
595
595
596
596
.el-main {
597
597
padding : 0 20px 20px 20px ;
598
- background : $appmain -background ;
598
+ background : $app-main -background ;
599
599
}
600
600
601
601
.el-container {
@@ -893,4 +893,4 @@ $typeMap: (primary:#3963BC,
893
893
@include e (title) {
894
894
color : #333333 ;
895
895
}
896
- }
896
+ }
0 commit comments