layui 数据表格自适应高度

囧芝麻 2019-12-20

添加css

.layui-table-cell {
    height: inherit;
}
.layui-table-cell {	height: inherit;}

相关推荐