1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-04-06 03:57:53 +08:00

perf[sidebar]: hightlight submenu when is active (#1154)

This commit is contained in:
花裤衩 2018-10-08 14:25:11 +08:00 committed by GitHub
parent 616b65c238
commit f58db95be5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,6 +47,9 @@
height: 100%;
width: 100% !important;
}
.is-active > .el-submenu__title{
color: #f4f4f5!important;
}
}
.hideSidebar {
.sidebar-container {