td.right{width:32%; word-break:all;}
明细页面 文字过长强制换行的 css
列表页面, 文字过长部分隐藏设置方式:
<div style="width: 110px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;">
${fn:trim(list.cdtrnm)}
</div>
CSS文本溢出处理技巧
td.right{width:32%; word-break:all;}
明细页面 文字过长强制换行的 css
列表页面, 文字过长部分隐藏设置方式:
<div style="width: 110px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;">
${fn:trim(list.cdtrnm)}
</div>
8520

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