/*
        隐藏table的首列
        */
    td:first-child {
        display: table-cell;
    }

    th:first-child {
        display: table-cell;
    }
    /*
        隐藏table的首列
        */
    td:first-child {
        display: none;
    }

    th:first-child {
        display: none;
    }

 

相关文章: