需要自定义css样式

主要代码实现是

.test{
        width: 100px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
}

你的output 属性 添加class属性为 test 即可!