From 87f06336105a52d00eb759a204c77e98564fb8ed Mon Sep 17 00:00:00 2001 From: Hacker_DL Date: Wed, 12 Feb 2025 04:13:17 +0000 Subject: [PATCH] =?UTF-8?q?update=20PageAndData02/02=5FComplete/entry/src/?= =?UTF-8?q?main/ets/view/Setting.ets.=20=E9=A1=B5=E9=9D=A2=E7=9A=84?= =?UTF-8?q?=E6=A0=87=E9=A2=98=E8=B7=9D=E7=A6=BB=E9=80=9A=E7=9F=A5=E6=A0=8F?= =?UTF-8?q?=E7=9A=84=E5=BA=95=E9=83=A8=E8=B7=9D=E7=A6=BB=E5=A4=AA=E8=BF=9C?= =?UTF-8?q?=E4=BA=86=EF=BC=8Cmargin:=20top=E8=AE=BE=E7=BD=AE=E4=B8=BA48vp?= =?UTF-8?q?=EF=BC=8C=E8=BF=99=E6=98=BE=E7=84=B6=E4=B8=8E=E5=AE=9E=E9=99=85?= =?UTF-8?q?=E6=95=88=E6=9E=9C=E5=9B=BE=E4=B8=8D=E4=B8=80=E8=87=B4=E3=80=82?= =?UTF-8?q?=E5=BA=94=E5=BD=93=E4=BF=AE=E6=94=B9=E4=B8=BA12vp=E6=89=8D?= =?UTF-8?q?=E6=9B=B4=E7=AC=A6=E5=90=88=E6=A1=88=E4=BE=8B=E6=95=88=E6=9E=9C?= =?UTF-8?q?=E5=9B=BE=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/Setting.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PageAndData02/02_Complete/entry/src/main/ets/view/Setting.ets b/PageAndData02/02_Complete/entry/src/main/ets/view/Setting.ets index 6b6fa22..25e2936 100644 --- a/PageAndData02/02_Complete/entry/src/main/ets/view/Setting.ets +++ b/PageAndData02/02_Complete/entry/src/main/ets/view/Setting.ets @@ -57,7 +57,7 @@ export default struct Setting { Text($r('app.string.mainPage_tabTitles_mine')) .width('100%') .margin({ - top: '48vp', + top: '12vp', bottom: '12vp' }) .fontWeight(700) -- Gitee