0
点赞
收藏
分享

微信扫一扫

layui table数据表格超出自动换行

和谐幸福的人生 2022-03-14 阅读 105

在自己写的 css 中添加如下代码即可

/* layui table */
.layui-table-cell, .layui-table-tool-panel li {
  overflow: visible;
  text-overflow: inherit;
  white-space: normal;
  height: auto !important;
}
举报

相关推荐

0 条评论