layui talbe 列 两行显示样式调整
.layui-table-cell, .layui-table-tool-panel li {
overflow: visible;
text-overflow: clip;
white-space: normal;
height: auto !important;
word-wrap: break-word;
word-break: break-all;
}
.tdPoint, .tdContent1{
display:-webkit-box;
text-overflow:ellipsis;
overflow:hidden;
/*这里是2行*/
-webkit-line-clamp: 2;
-webkit-box-orient:vertical;
}