【发布时间】:2017-03-04 17:19:39
【问题描述】:
我使用下面的侧导航不显示。如果我添加内容,侧边栏会显示。哇..
<md-sidenav-container mode="side" >
<md-sidenav #sidenav opened="true" style="background-color: green">
Dude!!!!!!
</md-sidenav>
<div class="my-content" style="background-color: blue">
<router-outlet name="servicelistright"></router-outlet>
</div>
</md-sidenav-container>
例如我添加内容然后工作。我如何解决这个愚蠢的问题?
<div class="my-content" style="background-color: blue">
Whats the deleio?
<router-outlet name="servicelistright"></router-outlet>
</div>
【问题讨论】:
-
没有内容的时候会不会是页面宽度太小了?所以sidemenu没有任何地方可以显示自己?