6.6 高质量运营 个人排名显示不完整

This commit is contained in:
jl-zhoujl2
2023-06-06 15:13:21 +08:00
parent fd74b6e60a
commit 2a67df5b97
2 changed files with 5 additions and 5 deletions

View File

@ -617,7 +617,7 @@
.list-star {
position: absolute;
left: 14px;
left: 6px;
}
.list-block {
@ -629,7 +629,7 @@
}
.list-province {
width: 60px;
width: 44px;
}
.list-score {
@ -637,7 +637,7 @@
}
.list-person-score {
width: 16px;
width: 32px;
}
.list-name {
@ -651,7 +651,7 @@
height: 21px;
width: 20px;
position: absolute;
left: 8px;
left: 0;
top: 3px;
text-align: center;
line-height: 24px;

View File

@ -622,7 +622,7 @@ const Home: React.FC<{}> = () => {
<p key={item.id}>
<span className={`list-star star${item.scoreSort}`}>{item.scoreSort}</span>
<span className="list-block"></span>
<span className="list-province" title={item.province}>{item.province}</span>
<span className="list-name" title={item.province}>{item.province}</span>
<span className="list-score">{item.score}</span>
</p>
))}