css 文本超出就隐藏并且显示省略号
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;css 文本超出就隐藏并且显示省略号
https://blog.fullsize.cn/2021/12/30/notion/css-wen-ben-chao-chu-jiu-yin-cang-bing-qie-xian-shi-sheng-lue-hao/
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;