<style>
.line-limit-length {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
/ / 文本不换行,这样超出一行的部分被截取,显示 . . .
}
</style>
<td class="line-limit-length" width="100">{{ arg }}</td>
网友评论