From 3190897a0437e3dc8ac8e89888fcf88f39c865b5 Mon Sep 17 00:00:00 2001 From: Hacker_DL Date: Wed, 12 Feb 2025 04:14:20 +0000 Subject: [PATCH] =?UTF-8?q?update=20PageAndData02/02=5FComplete/entry/src/?= =?UTF-8?q?main/ets/view/Home.ets.=20=E9=A1=B5=E9=9D=A2=E7=9A=84=E6=A0=87?= =?UTF-8?q?=E9=A2=98=E8=B7=9D=E7=A6=BB=E9=80=9A=E7=9F=A5=E6=A0=8F=E7=9A=84?= =?UTF-8?q?=E5=BA=95=E9=83=A8=E8=B7=9D=E7=A6=BB=E5=A4=AA=E8=BF=9C=E4=BA=86?= =?UTF-8?q?=EF=BC=8Cmargin:=20top=E8=AE=BE=E7=BD=AE=E4=B8=BA48vp=EF=BC=8C?= =?UTF-8?q?=E8=BF=99=E6=98=BE=E7=84=B6=E4=B8=8E=E5=AE=9E=E9=99=85=E6=95=88?= =?UTF-8?q?=E6=9E=9C=E5=9B=BE=E4=B8=8D=E4=B8=80=E8=87=B4=E3=80=82=E5=BA=94?= =?UTF-8?q?=E5=BD=93=E4=BF=AE=E6=94=B9=E4=B8=BA12vp=E6=89=8D=E6=9B=B4?= =?UTF-8?q?=E7=AC=A6=E5=90=88=E6=A1=88=E4=BE=8B=E6=95=88=E6=9E=9C=E5=9B=BE?= =?UTF-8?q?=E7=9A=84=E6=A0=B7=E5=BC=8F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Hacker_DL --- PageAndData02/02_Complete/entry/src/main/ets/view/Home.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PageAndData02/02_Complete/entry/src/main/ets/view/Home.ets b/PageAndData02/02_Complete/entry/src/main/ets/view/Home.ets index 0c568c3..3f8dba2 100644 --- a/PageAndData02/02_Complete/entry/src/main/ets/view/Home.ets +++ b/PageAndData02/02_Complete/entry/src/main/ets/view/Home.ets @@ -28,7 +28,7 @@ export default struct Home { Text($r('app.string.mainPage_tabTitles_home')) .width('100%') .margin({ - top: '48vp', + top: '12vp', bottom: '12vp' }) .fontWeight(700) -- Gitee