合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
### 解决 定义表格的单元样式使其满足换行, 代码如下: ~~~css <style> .layui-table-cell { height: auto; line-height: 28px; padding: 0 15px; position: relative; overflow: hidden; text-overflow: ellipsis; white-space: normal; box-sizing: border-box; } </style> ~~~ CSS