只需更改layui的默认的样式即可:
.layui-fluid .layui-table-cell {
line-height: 20px;
padding: 5px 5px ;
position: relative;
box-sizing: border-box;
text-align: center;
overflow: visible;
height:auto;
overflow:visible;
text-overflow:inherit;
white-space:normal;
}
本文介绍如何修改layui框架中表格的默认样式,通过调整CSS属性实现更佳的显示效果。
1533

被折叠的 条评论
为什么被折叠?



