美文网首页
Layui table 超出自动换行

Layui table 超出自动换行

作者: 叶小溪 | 来源:发表于2020-05-13 18:59 被阅读0次

layui 的table的的cell默认是超出hidden的,如果希望超出长度自动换行便需要覆盖layui的默认样式实现

.layui-table-cell{
    height:auto;
    overflow:visible;
    text-overflow:inherit;
    white-space:normal;
}

相关文章

网友评论

      本文标题:Layui table 超出自动换行

      本文链接:https://www.haomeiwen.com/subject/xgeonhtx.html