From d0db57ea46c666470f52a0ed66902a49da0595ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E6=B5=A9=E7=A8=8B?= <798994511@qq.com> Date: Mon, 13 Jan 2025 15:07:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=B8=80=E5=A4=9A=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- features/home/src/main/ets/view/HomeComponent.ets | 2 +- features/home/src/main/resources/base/element/float.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/features/home/src/main/ets/view/HomeComponent.ets b/features/home/src/main/ets/view/HomeComponent.ets index c51f412..61d21ab 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 37901d3..031478a 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", -- Gitee