码迷,mamicode.com
首页 > Web开发 > 详细

css: scroll-table

时间:2019-07-01 17:19:58      阅读:106      评论:0      收藏:0      [点我收藏+]

标签:idt   ble   div   flow   head   block   table   style   col   

.scroll-table {
    table tbody {
        display: block;
        max-height: 120px;
        overflow-y: scroll;
    }
    table thead,tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    table thead {
        width: calc(100%-1em);
    }
}

 

css: scroll-table

标签:idt   ble   div   flow   head   block   table   style   col   

原文地址:https://www.cnblogs.com/Nyan-Workflow-FC/p/11115072.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!