微信扫一扫看面试题

关注面试题库

table设置tbody滚动条

table tbody {
    display: block;
    height: 400px;
    overflow-y: scroll;
   
}
 
table thead,
    tbody tr,
    tfoot tr {
    display: table;
    width: 100%;
    height: 40px;
    table-layout: fixed;
    font-size: 16px;
    text-align:center;
 } 
table thead { 
width: calc( 100% - 1em)
 
}

看前端面试题

posted @ 2022-07-23 10:02  web前端面试小助手  阅读(173)  评论(0编辑  收藏  举报