修改頁面的全局樣式
.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設定顯示圖檔的高和寬