首先设置宽和高,然后加入:
overflow: hidden; white-space: nowrap; text-overflow:ellipsis;
多余的文字即可显示省略号
如果有单子被自动换行,加入word-break: break-all;即可