1.=================表格列显示随内容变化
<style>
.layui-table-cell {
height: auto;
overflow: visible;
text-overflow: inherit;
white-space: normal;
}
</style>
1.=================表格列显示随内容变化
<style>
.layui-table-cell {
height: auto;
overflow: visible;
text-overflow: inherit;
white-space: normal;
}
</style>
转载于:https://www.cnblogs.com/yue1208/p/9528189.html