简体   繁体   English

如何更改Twitter Bootstrap uib-tab的选项卡标题的大小,颜色

[英]How to change size, color of tab headings of twitter bootstrap uib-tab

So i am trying to change the color of tab, make size smaller so i can fit all tabs in one row 所以我想更改标签的颜色,使尺寸更小,以便我可以将所有标签放进一行

     <uib-tabset type="tabs" >
        <uib-tab heading="Event Information" > </uib-tab>
        <uib-tab heading="Event Information" > </uib-tab>
        <uib-tab heading="Event Information" > </uib-tab>
        <uib-tab heading="Event Information" > </uib-tab>
     </uib-tabset>

how can i change the css 我如何更改CSS

您必须检查指令实际使用的模板,并修改在那里使用的类(或使用您自己的类),它们位于/ template / tabs文件夹中

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM