🐛 签到名称自适应

This commit is contained in:
HibiKier 2024-09-21 23:08:18 +08:00
parent a04475abc1
commit 63f49160fc

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 {