@@ -95,12 +95,20 @@ export default {
font-size: 14px;
font-weight: 500;
color: #333333;
+ max-width: 1000px;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
}
.list .item-box .item .left .message {
margin-bottom: 10px;
font-size: 12px;
font-weight: 400;
color: #666666;
.list .item-box .item .left .info {
display: flex;