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 0c568c3efc3792c2f40575192fcbb450856e898f..3f8dba2616f67556d2277e8472ac0d06b1967759 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)