layui数据表格高度调整

修改页面的全局样式

.layui-table-cell {
height: 60px;
line-height: 60px;
}
th .layui-table-cell {
height: 30px;
line-height: 30px;
}
th .laytable-cell-1-0-7 {
height: 30px;
line-height: 30px;
}
.layui-table img {
width: 100px;
height: 60px;
}

其中,

.layui-table-cell设置行高

th .layui-table-cell设置表头行高

th .laytable-cell-1-0-7设置固定列表头行高

.layui-table img设置显示图片的高和宽

发布了90 篇原创文章 · 获赞 19 · 访问量 6万+

猜你喜欢

转载自blog.csdn.net/qq_32641813/article/details/99470648
今日推荐