如何关闭嵌套表的条带

时间:2012-08-06 18:54:38

标签: css twitter-bootstrap

我正在为我的项目使用twitter bootstrap。

表格的单元格中有另一个嵌套表格。外部表具有表条带类,并且它继承到内部表。是否有一种简单的方法可以停止内部表的继承,以便只有外部表被条带化?

感谢。

萨姆

4 个答案:

答案 0 :(得分:5)

.table-striped table {
 /* Undo any styles from the table-striped class here */
}

答案 1 :(得分:1)

您可以覆盖内部表的样式:

table > table {
/* inner table styles */
}

答案 2 :(得分:1)

像这样创建自己的类,并将其添加到表中:

pthread_create()

确保使用!important标志。无法相信这个答案-在CodePly上看到了。但是,我确实添加了!important标志。没有它,这是行不通的。

答案 3 :(得分:0)

@XmlRootElement(name = "opposant")
@XmlAccessorType (XmlAccessType.FIELD)
public class Opposant {
    private String cin;
    private String numMarche;


    public String getCin() {
        return cin;
    }
    public void setCin(String cin) {
        this.cin = cin;
    }

    public String getNumMarche() {
        return numMarche;
    }
    public void setNumMarche(String numMarche) {
        this.numMarche = numMarche;
    }




}