uniapp,地址过长无法显示。。。的解决方案
.text-overflow {
width: 90%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
display: -webkit-box;
word-wrap: break-word;
}
给心灵一个纯净空间,让思想,情感,飞扬!
.text-overflow {
width: 90%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
display: -webkit-box;
word-wrap: break-word;
}