From 4b4c39ae5a482f6fd69d512d2a4f466d02905d8d Mon Sep 17 00:00:00 2001 From: admin <> Date: Fri, 31 May 2024 14:30:23 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E7=BB=93=E7=AE=97=E9=83=A8=E5=88=86?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Box/index.vue | 4 ++-- src/components/NavBar/NavBar.vue | 4 ++-- src/components/NavBar/NavBarLayout.vue | 4 ++-- src/pagesHome/index.vue | 4 ++-- src/pagesReceive/review/index.vue | 11 ++++++++++- src/pagesShipment/form/settlementForm.vue | 11 +++++++++-- 6 files changed, 27 insertions(+), 11 deletions(-) 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 @@