css table实现表头固定

thead tr > th {
                position: sticky;
                top: 0;
                z-index: 2;
                background-color: white;
              }

 

posted @ 2022-11-30 10:26  保洁叔叔  阅读(22)  评论(0)    收藏  举报