no message

Former-commit-id: 374b5e6d4c3577f65820d0a6acd05fdefee6fb8f
Former-commit-id: 1510974157422345ce91b7adca76de82abfc6f73
Former-commit-id: d7e84f579d72317a20c64359c9819a045315d1d6
This commit is contained in:
liyang
2018-06-04 23:23:01 +08:00
parent 5a6fddef63
commit b35219e448
2 changed files with 17 additions and 168 deletions

View File

@@ -80,6 +80,23 @@ $theme-color: #EFF4F8;
.el-menu {
background-color: transparent;
border-right: none;
.el-menu-item {
i {
margin-right: 5px;
font-size: 20px;
}
}
}
.el-submenu {
.el-submenu__title {
i {
margin-right: 5px;
font-size: 20px;
}
.el-submenu__icon-arrow {
margin-top: -10px;
}
}
}
// [菜单] 折叠状态
.el-menu--collapse {