UI细节调整
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user