🐛 签到名称自适应 (#1644)

This commit is contained in:
HibiKier 2024-09-21 23:08:48 +08:00 committed by GitHub
parent a04475abc1
commit 3fc4eaa39a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,10 +79,17 @@ body {
margin-top: 43px;
margin-left: 30px;
font-size: 47px;
height: 57px;
align-items: center;
justify-content: center;
display: flex
/* align-items: center;
justify-content: center; */
/* display: flex; */
width: 275px;
height: 67px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
white-space: normal;
}
.uid {