table头部固定,内容滚动

可以设置两个table,th,td得设置宽度:
    <table>
      <thead>
         <tr><th></th></tr>
      </thead>
   </table>
   <div style="max-height:500px;overflow-y:auto">
      <table>
           <tbody>
              <tr><td></td></tr>
           </tbody>
     </table>
   </div>
posted @ 2018-04-28 22:11  雨夜稻草  阅读(623)  评论(0编辑  收藏  举报