uniapp,地址过长无法显示。。。的解决方案

 

.text-overflow {
   width: 90%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;

display: -webkit-box;

word-wrap: break-word;
}

 

posted @ 2021-12-03 11:08  Shimily  阅读(243)  评论(0)    收藏  举报