@@ -260,6 +260,10 @@
line-height: 40rpx;
.name {
+ width: 120rpx;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
font-size: 30rpx;
font-weight: bold;
}