This commit is contained in:
yanran200730
2022-11-30 17:14:02 +08:00
parent 4e9be55405
commit dc13def187
2 changed files with 32 additions and 1 deletions

View File

@@ -239,6 +239,14 @@
height: 80px;
margin-right: 20px;
}
span {
flex: 1;
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
}
.userSelcet {