我用下面的一個side nav不顯示。如果我添加邊欄顯示的內容。哇..md-sidenav-container在angular2材質中不顯示內容
<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沒有任何地方展示自己? –