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