Commit ac2204d4 authored by liwei's avatar liwei

修改了菜单颜色显示bug

parent 904a5bbc
...@@ -232,7 +232,7 @@ ...@@ -232,7 +232,7 @@
} }
.is-active.submenu-title-noDropdown { .is-active.submenu-title-noDropdown {
background-color: #fff !important; background-color: #2288ff !important;
} }
#app .sidebar-container .el-submenu .el-menu-item.is-active { #app .sidebar-container .el-submenu .el-menu-item.is-active {
...@@ -240,7 +240,7 @@ ...@@ -240,7 +240,7 @@
} }
.router-link-active .el-menu-item.is-active { .router-link-active .el-menu-item.is-active {
background-color: #ffffff !important; background-color: #2288ff !important;
} }
// hover样式 // hover样式
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment