Bootstrap table without stripe / borders

后端 未结 16 937
天命终不由人
天命终不由人 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:09

    Don’t add the .table class to your

    tag. From the Bootstrap docs on tables:

    For basic styling—light padding and only horizontal dividers—add the base class .table to any

    . It may seem super redundant, but given the widespread use of tables for other plugins like calendars and date pickers, we've opted to isolate our custom table styles.

    提交回复
    热议问题