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

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

    th:first-child {
        display: none;
    }

 

相关文章:

  • 2022-12-23
  • 2021-07-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-03-30
  • 2022-12-23
  • 2021-12-27
  • 2022-12-23
  • 2021-11-09
相关资源
相似解决方案