日度归档:2024年7月24日

layui表格换行

<style>
    .layui-table-cell {
        height: auto;
        overflow: auto;
        text-overflow: initial;
        white-space: normal;
    }
</style>
去掉按钮的下边距
.layui-table .layui-btn-container .layui-btn {
margin-bottom: 0;
}