样式优化

This commit is contained in:
kron
2025-06-13 14:22:23 +08:00
parent b4ad01a3c9
commit b030717ed0
2 changed files with 3 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ const toUserPage = () => {
.user-details {
display: flex;
flex-direction: column;
padding-left: 10px;
padding-left: 5px;
}
.user-name {
@@ -113,7 +113,7 @@ const toUserPage = () => {
.rank-tag {
position: relative;
background-color: #00000038;
width: 55px;
width: 50px;
height: 16px;
}