UI细节调整

This commit is contained in:
kron
2025-06-25 00:09:53 +08:00
parent 6e25124a27
commit 0e73648d6c
14 changed files with 138 additions and 105 deletions

View File

@@ -136,7 +136,7 @@ watch(
.user-name > text:first-child {
font-size: 13px;
max-width: 100px;
max-width: 180rpx;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
@@ -176,8 +176,7 @@ watch(
.rank-tag {
position: relative;
background-color: #00000038;
width: 50px;
height: 16px;
width: 100rpx;
}
.rank-tag-progress {
@@ -200,7 +199,7 @@ watch(
position: relative;
color: #b3b3b3;
padding-left: 8px;
margin-left: 8px;
margin-left: 15rpx;
display: flex;
flex-direction: column;
}