@@ -125,10 +125,13 @@ export default {
font-weight: bold;
color: #333333;
line-height: 22px;
+ display: -webkit-box;
overflow: hidden;
+ -webkit-box-orient: vertical;
+ -webkit-line-clamp: 2;
text-overflow: ellipsis;
- white-space: nowrap;
- max-width: 220px;
+ word-wrap:break-word;
+ width: 220px;
}
.item-file .left .text p:last-child {
font-size: 10px;