diff --git a/src/pages/HighQualityOperation/Home/index.less b/src/pages/HighQualityOperation/Home/index.less index c7018e8..c9a8d3c 100644 --- a/src/pages/HighQualityOperation/Home/index.less +++ b/src/pages/HighQualityOperation/Home/index.less @@ -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,13 +637,17 @@ } .list-person-score { - width: 16px; + width: 32px; } .list-name { width: 60px; } + .list-province-largh { + width: 70px; + } + .star1 { background-image: url("~@/assets/highQuality/star1.png"); background-size: 100% 100%; @@ -651,7 +655,7 @@ height: 21px; width: 20px; position: absolute; - left: 8px; + left: 0; top: 3px; text-align: center; line-height: 24px; diff --git a/src/pages/HighQualityOperation/Home/index.tsx b/src/pages/HighQualityOperation/Home/index.tsx index 9553dd3..222eb26 100644 --- a/src/pages/HighQualityOperation/Home/index.tsx +++ b/src/pages/HighQualityOperation/Home/index.tsx @@ -622,7 +622,7 @@ const Home: React.FC<{}> = () => {
{item.scoreSort} - {item.province} + {item.province} {item.score}
))}