0%

Layui字符数组超出表格问题

内容溢出问题

1
2
3
4
5
6
7
8
9
10
11
<style>
.layui-table-cell {
min-height: 30px;
height: initial;
}
.layui-table-cell, .layui-table-tool-panel li {
white-space: initial;
/*为了让字母和数字也换行*/
word-break: break-word;
}
</style>

Welcome to my other publishing channels