/* 以下封装css */

.Hui-textEllipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}