/* 文本只显示在一行,溢出时显示三个小点 */
.elide {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

results matching ""

    No results matching ""