在自己写的 css 中添加如下代码即可
/* layui table */
.layui-table-cell, .layui-table-tool-panel li {
overflow: visible;
text-overflow: inherit;
white-space: normal;
height: auto !important;
}
layui table数据表格超出自动换行
阅读 105
2022-03-14
在自己写的 css 中添加如下代码即可
/* layui table */
.layui-table-cell, .layui-table-tool-panel li {
overflow: visible;
text-overflow: inherit;
white-space: normal;
height: auto !important;
}
相关推荐
精彩评论(0)