通过thead 下的tr 设置样式以及 tbody 下的 tr 设置样式

避免冲突

<table>
  <thead>

    <tr>
      <td>
      </td>
    </tr>
  </thead>



  <tbody>
    <tr>
      <td>
      </td>
    </tr>
  </tbody>

</table>

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-02
  • 2022-12-23
  • 2021-05-26
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案