真机上溢出省略的三个点一直是居中的,在模拟器上就没这个问题?
真机
模拟器
.container {
width: 200rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
这个是怎么回事?有什么解决办法吗?
真机
模拟器
.container {
width: 200rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
这个是怎么回事?有什么解决办法吗?