layui 的table的的cell默认是超出hidden的,如果希望超出长度自动换行、高度自适应,便需要覆盖layui的默认样式实现
.layui-table-cell{
height:auto;
overflow:visible;
text-overflow:inherit;
white-space:normal;
}
效果
layui 的table的的cell默认是超出hidden的,如果希望超出长度自动换行、高度自适应,便需要覆盖layui的默认样式实现
.layui-table-cell{
height:auto;
overflow:visible;
text-overflow:inherit;
white-space:normal;
}
效果
非特殊说明,本博所有文章均为博主原创。
如若转载,请注明出处:https://blog.chenvle.com/archives/112/