console
<div class="box">
<span class="text">
噫噫噫一亿21水水水水水水水水水水水水水水水水水水水水水水水水水水水水水水水水水水水水
</span>
<div class="icons">
<img src="https://onedoujin.com/wp-content/uploads/2018/06/1DJ.png">
<img src="https://onedoujin.com/wp-content/uploads/2018/06/1DJ.png">
<img src="https://onedoujin.com/wp-content/uploads/2018/06/1DJ.png">
<img src="https://onedoujin.com/wp-content/uploads/2018/06/1DJ.png">
</div>
</div>
body {
margin-top: 32px;
}
.text {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 150px;
}
.icons {
display: flex;
justify-content: flex-end;
width: 100%
}
.icons img,
.icons .icon {
height: 20px;
width: 20px;
margin-right: 4px;
border-radius: 2px;
}
.box {
display: flex;
flex-wrap: nowrap;
width: 100%;
}