|
@@ -162,19 +162,8 @@ export default {
|
|
|
//设置字体颜色
|
|
|
color: #ffffff !important;
|
|
|
}
|
|
|
-
|
|
|
-// ::v-deep .el-menu-item.is-active:hover {
|
|
|
-// //设置背景颜色
|
|
|
-// background-color: #2d67e3 !important;
|
|
|
-// //设置字体颜色
|
|
|
-// color: #ffffff !important;
|
|
|
-// }
|
|
|
-
|
|
|
-// // ::v-deep .el-submenu__title:hover {
|
|
|
-// // background: red !important;
|
|
|
-// // }
|
|
|
::v-deep .el-menu-item:hover {
|
|
|
- background: #2d67e3 !important;
|
|
|
+ // background: #2d67e3 !important;
|
|
|
color: #fff !important;
|
|
|
}
|
|
|
::v-deep .el-menu-item {
|
|
@@ -183,6 +172,9 @@ export default {
|
|
|
// ::v-deep .el-submenu__title.is-active {
|
|
|
// background-color: #6db6ff !important;
|
|
|
// }
|
|
|
+// .pathNamecosy:hover {
|
|
|
+// background-image: #2d67e3 !important;
|
|
|
+// }
|
|
|
.nav_item {
|
|
|
width: 36px;
|
|
|
height: 36px;
|