【layUI杂记】layui之table高度自适应
<style>
.layui-table-cell {
height: auto;
overflow: visible;
text-overflow: inherit;
white-space: normal;
}
</style>
本文来自博客园,作者:郭祺迦,转载请注明原文链接:https://www.cnblogs.com/guojie-guojie/p/16194748.html