为了保证布局不被毁掉,要用到overflow,但和我期望的不一样,后来找到了text-overflow属性,弄好了。
text-overflow
123
text-overflow: ellipsis;overflow: hidden;white-space: nowrap;