@@ -65,7 +65,7 @@ $--font-path: "~element-plus/lib/theme-chalk/fonts";
6565 color : #fff !important ;
6666 background : #3963bc !important ;
6767 border : 1px solid #3963bc !important ;
68-
68+
6969 & :hover ,
7070 & :focus {
7171 color : #fff !important ;
@@ -384,7 +384,7 @@ thead tr {
384384 width : 4px ;
385385 height : 4px ;
386386 border-radius : 50% ;
387- border : 1px solid $submenu -title ;
387+ border : 1px solid $sub-menu -title ;
388388 position : absolute ;
389389 left : 45px ;
390390 top : 23px ;
@@ -460,59 +460,59 @@ thead tr {
460460
461461.el-submenu.is-active.is-opened {
462462 .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 ;
465465 height : 50px ;
466466
467467 & :hover {
468- background : $menuItem -hover !important ;
468+ background : $menu-item -hover !important ;
469469 }
470470
471471 i {
472- color : $submenu -title ;
472+ color : $sub-menu -title ;
473473 }
474474 }
475475}
476476
477477.is-opened {
478478 .el-submenu__title {
479- height : $menuItem -height ;
479+ height : $menu-item -height ;
480480 transition : border-color 0s , background-color 0s , color 0s ;
481481 }
482482
483483 .el-menu--inline {
484- background : $menuItem -bg !important ;
484+ background : $menu-item -bg !important ;
485485
486486 & :hover {
487- background-color : $menuItem -hover !important ;
487+ background-color : $menu-item -hover !important ;
488488 }
489489 }
490490
491491 .el-submenu__title {
492- background : $menuItem -bg !important ;
492+ background : $menu-item -bg !important ;
493493
494494 & :hover {
495- background-color : $menuItem -hover !important ;
495+ background-color : $menu-item -hover !important ;
496496 }
497497 }
498498
499499 .el-menu-item {
500- background : $menuItem -bg !important ;
500+ background : $menu-item -bg !important ;
501501
502502 & :hover {
503- background-color : $menuItem -hover !important ;
503+ background-color : $menu-item -hover !important ;
504504 }
505505 }
506506}
507507
508508.el-menu-item {
509509 // display: flex;
510510 // align-items: center;
511- height : $menuItem -height ;
511+ height : $menu-item -height ;
512512 transition : border-color 0s , background-color 0s , color 0s ;
513513
514514 & :hover {
515- background-color : $menuItem -hover ;
515+ background-color : $menu-item -hover ;
516516 }
517517}
518518
@@ -533,14 +533,14 @@ thead tr {
533533
534534.el-submenu__title {
535535 // display: flex;
536- height : $menuItem -height ;
536+ height : $menu-item -height ;
537537 align-items : center ;
538538 line-height : 50px ;
539539 // padding-left: 17px !important;
540540 box-sizing : border-box ;
541541
542542 i {
543- color : $submenu -title ;
543+ color : $sub-menu -title ;
544544 }
545545}
546546
@@ -549,7 +549,7 @@ thead tr {
549549 // margin-left: -2px;
550550 .el-submenu.is-active {
551551 .el-submenu__title {
552- height : $menuItem -height ;
552+ height : $menu-item -height ;
553553 background-color : #1d2a60 !important ;
554554
555555 i {
@@ -569,7 +569,7 @@ thead tr {
569569
570570.router-link-active {
571571 .el-menu-item.is-active {
572- height : $menuItem -height ;
572+ height : $menu-item -height ;
573573 color : $theme !important ;
574574 }
575575}
@@ -586,7 +586,7 @@ thead tr {
586586
587587// layout
588588.el-container.is-vertical {
589- background : $appmain -background ;
589+ background : $app-main -background ;
590590}
591591
592592.el-aside {
@@ -595,7 +595,7 @@ thead tr {
595595
596596.el-main {
597597 padding : 0 20px 20px 20px ;
598- background : $appmain -background ;
598+ background : $app-main -background ;
599599}
600600
601601.el-container {
@@ -893,4 +893,4 @@ $typeMap: (primary:#3963BC,
893893 @include e (title) {
894894 color : #333333 ;
895895 }
896- }
896+ }
0 commit comments