📅  最后修改于: 2022-03-11 14:47:59.302000             🧑  作者: Mango
.overflow-information{
overflow: hidden;
display: inline-block;
text-overflow: ellipsis;
white-space: nowrap;
width:150px; //change based on when you want the dots to appear
}