Bootstrap table without stripe / borders

后端 未结 16 935
天命终不由人
天命终不由人 2020-12-12 11:54

I\'m kinda stuck with a CSS problem while using Bootstrap. I\'m also using Angular JS with Angular UI.bootstrap (which might be part of the problem).

I\'m making a w

16条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-12 12:15

    In some cases, one must also use border-spacing in the table class, like:

    border-spacing: 0 !important;

提交回复
热议问题