@@ -235,6 +235,12 @@ function namePrivate(name) {
align-items: center;
line-height: 30px;
font-size: 14px;
+ span{
+ max-width: 70%;
+ overflow:hidden; //超出的文本隐藏
+ text-overflow:ellipsis; //用省略号显示
+ white-space:nowrap;
+ }
// margin-bottom: 8px;
}