css, div里的内容,超出部分用省略号表示
时间:2021-01-05 15:06:14
收藏:0
阅读:23
样式属性:width:500px;text-overflow:ellipsis;overflow: hidden; white-space: nowrap;
<div style="text-align:left;line-height:40px;padding-left:3px;max-width:500px;text-overflow:ellipsis;overflow: hidden; white-space: nowrap;">
<a style="text-decoration:none;color:#367CE5;cursor:pointer" ng-bind-html="x.Title" title="{{x.Title}}"></a>
</div >
原文:https://www.cnblogs.com/xiong89813/p/14235267.html
评论(0)