js部分: ,done: function(res, curr, count){ // 该方法用于解决,使用fixed固定列后,行高和其他列不一致的问题 $(".layui-table-main tr").each(function (index, val) { $($(".layui-table-fixed .layui-table-body tbody tr")[index]).height($(val).height()); }); } css部分: .layui-table-cell { height: auto !important; }
标签:工具栏,layui,高度,height,设置,table,fixed From: https://www.cnblogs.com/luojie-/p/16823884.html