0
<div id="Menu-Large" class="span12 hidden-phone">
<tabset class="span8">
<tab heading="Home">
@RenderSection("featured", false)
</tab>
<tab heading="Contact">
@RenderPage("~/Views/Home/Contact.cshtml")
</tab>
</tabset>
</div>
以上是我嘗試使用UI Bootstrap,AngluarJS,ASP.NET MVC4創建的菜單的代碼。UI Bootstrap tabset內容大小大於菜單
我的問題是,我想菜單隻有span8長..但它的內容是span12
長。
無論如何我能做到嗎?