diff --git a/features/home/src/main/ets/view/HomeComponent.ets b/features/home/src/main/ets/view/HomeComponent.ets index c51f4125864a46fc1fed2c8d901375a7b60a05e2..61d21abd07b93c2e207d39268c5fca0cd263ed5f 100644 --- a/features/home/src/main/ets/view/HomeComponent.ets +++ b/features/home/src/main/ets/view/HomeComponent.ets @@ -43,7 +43,7 @@ export struct HomeComponent { .lineHeight($r('app.float.location_text_height')) .fontWeight(FontWeight.Normal) } - .width($r('app.float.gps_width')) + .width('15%') Blank() diff --git a/features/home/src/main/resources/base/element/float.json b/features/home/src/main/resources/base/element/float.json index 37901d315b7012c2ff02c62c1e161a4afc48a278..031478a30136e9aab9aa43ce69028c6a7fce285b 100644 --- a/features/home/src/main/resources/base/element/float.json +++ b/features/home/src/main/resources/base/element/float.json @@ -182,7 +182,7 @@ }, { "name": "search_width_sm", - "value": "168vp" + "value": "152vp" }, { "name": "swiper_image_height_sm",