块级内容超出宽度后以省略号显示

<style>
.widget-title-nowrap{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
</style>```
<a class="widget-title-nowrap" href="#" title="">标题内容</a>

发布了25 篇原创文章 · 获赞 0 · 访问量 581

猜你喜欢

转载自blog.csdn.net/luyundesign/article/details/103763023