.title_content{
font-size:14px;
margin: 10px 5px;
text-overflow:ellipsis;
overflow:hidden;
white-space:nowrap;
}
.title_content:hover{
text-overflow:inherit;
overflow: visible;
white-space: pre-line;
}
<div class=‘title_content‘>隐藏ellipsis</div>
原文地址:https://www.cnblogs.com/maibao666/p/12072168.html
时间: 2024-10-09 23:35:39