2023年6月20日发(作者:)

css--让table出现滚动条表头多⼀个th并设置宽度(17px),让其对齐滚动条,设置css样式让其表格对齐。(表格样式引⽤了layui,也可⾃⼰设置)完整代码如下://html

参数名称 参数关键字 默认值 参数类型
参数名称 参数名称 参数名称 参数名称
//css .flows table { border: 1px solid #CCCCCC} .flows table thead, .flows tbody tr { display: table; width: calc( 100% - 1px); table-layout: fixed; } .flows tbody { display: block; overflow-y: scroll; height: 150px; } .layui-table th, .layui-table td { padding: 9px 0px; text-align: center; }

2023年6月20日发(作者:)

css--让table出现滚动条表头多⼀个th并设置宽度(17px),让其对齐滚动条,设置css样式让其表格对齐。(表格样式引⽤了layui,也可⾃⼰设置)完整代码如下://html

参数名称 参数关键字 默认值 参数类型
参数名称 参数名称 参数名称 参数名称
//css .flows table { border: 1px solid #CCCCCC} .flows table thead, .flows tbody tr { display: table; width: calc( 100% - 1px); table-layout: fixed; } .flows tbody { display: block; overflow-y: scroll; height: 150px; } .layui-table th, .layui-table td { padding: 9px 0px; text-align: center; }