作者 朱兆平

解决菜单高度不够不滚动的问题

@@ -353,6 +353,8 @@ @@ -353,6 +353,8 @@
353 aside { 353 aside {
354 flex:0 0 230px; 354 flex:0 0 230px;
355 width: 230px; 355 width: 230px;
  356 + overflow-y: scroll;
  357 + background: #606060;
356 // position: absolute; 358 // position: absolute;
357 // top: 0px; 359 // top: 0px;
358 // bottom: 0px; 360 // bottom: 0px;