diff --git a/src/components/Box/index.vue b/src/components/Box/index.vue index f29cc1d..678e332 100644 --- a/src/components/Box/index.vue +++ b/src/components/Box/index.vue @@ -19,8 +19,8 @@ const props = withDefaults( } ); const navbarRect = reactive({ - height: 32, - top: 28, + height: 42, + top: 48, safeHeight: 500, }); const getSafeHeight = () => { diff --git a/src/components/NavBar/NavBar.vue b/src/components/NavBar/NavBar.vue index 6ddd2a3..46f1fe3 100644 --- a/src/components/NavBar/NavBar.vue +++ b/src/components/NavBar/NavBar.vue @@ -67,8 +67,8 @@ const props = withDefaults( ); const navbarRect = reactive({ - height: 32, - top: 28, + height: 42, + top: 48, msgCount: 10, }); onMounted(() => { diff --git a/src/components/NavBar/NavBarLayout.vue b/src/components/NavBar/NavBarLayout.vue index b23cdd9..65b5345 100644 --- a/src/components/NavBar/NavBarLayout.vue +++ b/src/components/NavBar/NavBarLayout.vue @@ -15,8 +15,8 @@