本想通过overflow:hidden设置溢出文本用省略号表示,但却什么也不显示,手机端预览可以显示,如何处理PC端渲染问题?谢谢大神们!
text{
width: 600rpx;
font-size: 80rpx;
height: 80rpx;
line-height: 80rpx;
text-align: center;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
<text>{{tel}}</text>