@@ -277,14 +277,19 @@ onMounted(() => {})
}
> span {
- width: 100px;
+ width: 80px;
+ // overflow: hidden;
+ // text-overflow: ellipsis;
+ // white-space: nowrap;
overflow: hidden;
+ display: -webkit-box;
+ -webkit-box-orient: vertical;
+ -webkit-line-clamp: 2;
text-overflow: ellipsis;
- white-space: nowrap;
font-size: 12px;
margin-top: 6px;
text-align: center;
- display: inline-block;
+ // display: inline-block;
color: rgba(255, 255, 255, 0.3);