【layUI杂记】layui之table高度自适应

<style>
    .layui-table-cell {
		height: auto;
        overflow: visible;
        text-overflow: inherit;
        white-space: normal;
    }
</style>
posted @ 2022-04-26 14:44  郭祺迦  阅读(805)  评论(0)    收藏  举报