6.6 第二次修改
This commit is contained in:
@ -644,6 +644,10 @@
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
.list-province-largh {
|
||||
width: 70px;
|
||||
}
|
||||
|
||||
.star1 {
|
||||
background-image: url("~@/assets/highQuality/star1.png");
|
||||
background-size: 100% 100%;
|
||||
|
@ -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-name" title={item.province}>{item.province}</span>
|
||||
<span className="list-province-largh" title={item.province}>{item.province}</span>
|
||||
<span className="list-score">{item.score}</span>
|
||||
</p>
|
||||
))}
|
||||
|
Reference in New Issue
Block a user