html body加滚动条,html-table tbody加滚动条

思路就是

1,把tbody设置成display:block,然后就对其高度设置一个固定值,overflow设置成auto。

2,把thead的tr设置成display:block。

3,因为都设置成block所以要给td手动添加宽度 width:200px

亲测有效

IdNameCategoryMonthAmounthasBackUpscore

23South BearingGlass/Material1234444TRUE3456.0023South BearingGlass/Material1234444TRUE3456.0023South BearingGlass/Material1234444TRUE3456.0023South BearingGlass/Material1234444TRUE3456.0023South BearingGlass/Material1234444TRUE3456.0023South BearingGlass/Material1234444TRUE3456.0023South BearingGlass/Material1234444TRUE3456.0023South BearingGlass/Material1234444TRUE3456.0023South BearingGlass/Material1234444TRUE3456.0023South BearingGlass/Material1234444TRUE3456.0023South BearingGlass/Material1234444TRUE3456.00

css代码:

.table thead tr {

display:block;

}

.table tbody {

display: block;

height: 200px;

overflow: auto;

}

.table th {

width:20%;

}

.table td {

width:20%;

}

开源中国改版之后第一次写博客耶,新版本再熟悉中

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值