调试
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 13s
Docker Build & Deploy / Deploy to Production (push) Successful in 6s

This commit is contained in:
孙诚
2025-12-25 16:35:41 +08:00
parent e3a8ba4586
commit 2f79913dc5

View File

@@ -1,5 +1,5 @@
<template>
<van-config-provider :theme="theme">
<van-config-provider :theme="theme" style="height: 100vh;">
<RouterView />
<van-tabbar v-model="active" v-show="showTabbar">
<van-tabbar-item icon="notes-o" to="/calendar">
@@ -62,14 +62,5 @@ const handleTabClick = (path) => {
</script>
<style scoped>
/* 移除底部留白 */
:deep(.van-tabbar) {
padding-bottom: 0 !important;
height: 50px !important;
}
/* 移除可能的安全区域相关样式 */
:deep(.van-tabbar::after) {
display: none !important;
}
</style>