2013-08-19 51 views
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長。

無論如何我能做到嗎?

回答

0

好了,我知道這是晚了,但我通過把分層帶班排

<div class="row"> 
另一個DIV中的標籤集解決它