修改样式

This commit is contained in:
xuli3099
2025-08-11 17:30:44 +08:00
parent bc0fa35055
commit 74596473ab
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ let navbarHeight = ref(0)
let navHeight = ref(0) let navHeight = ref(0)
onMounted(() => { onMounted(() => {
navBarPaddingTop.value = getNavBarPaddingTop();console.log(navBarPaddingTop.value) navBarPaddingTop.value = getNavBarPaddingTop();
statusBarHeight.value = getStatusBarHeight(); statusBarHeight.value = getStatusBarHeight();
navbarHeight.value = getNavBarHeight(); navbarHeight.value = getNavBarHeight();
navHeight.value = navbarHeight.value - statusBarHeight.value navHeight.value = navbarHeight.value - statusBarHeight.value

View File

@@ -39,6 +39,6 @@ export const getNavBarPaddingTop = () => {
h=0 h=0
// #endif // #endif
} }
console.log("h=>",h) // console.log("h=>",h)
return h; return h;
} }