feat: click sidebar menu add collapse and expand, close #294

This commit is contained in:
qingwei.li 2018-01-21 15:58:21 +08:00 committed by cinwell.li
commit 5e161a1420
3 changed files with 21 additions and 5 deletions

View file

@ -270,6 +270,12 @@ main {
padding-bottom: 40px;
}
li.collapse {
.app-sub-sidebar {
display: none;
}
}
ul {
margin: 0;
padding: 0;