css文本超出显示点点....
时间:2021-04-24 13:14:57
收藏:0
阅读:0
<style> .jsj-class { width: 300px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } </style>
1 <div class="jsj-class"></div>
效果图:
评论(0)